From 72f5663e4cd1703cac90030f18f579062ba6a858 Mon Sep 17 00:00:00 2001 From: John Davis Date: Thu, 3 Apr 2025 23:21:39 -0400 Subject: [PATCH] Use ansible-core --- .github/workflows/release.yml | 2 +- .github/workflows/trigger-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d80bc9..66d7484 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: python-version: '3.x' - name: Install Ansible. - run: pip3 install ansible-base + run: pip3 install ansible-core - name: Trigger a new import on Galaxy. run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2) --branch main diff --git a/.github/workflows/trigger-release.yml b/.github/workflows/trigger-release.yml index 829baa3..cbb3142 100644 --- a/.github/workflows/trigger-release.yml +++ b/.github/workflows/trigger-release.yml @@ -26,7 +26,7 @@ jobs: python-version: '3.x' - name: Install Ansible. - run: pip3 install ansible-base + run: pip3 install ansible-core - name: Create a new git tag run: |