From f739908ccf8c897321b3f70981eba7527fc10cb7 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Wed, 21 Dec 2022 09:57:00 -0500 Subject: [PATCH] Add comment about Ansible-core being installed by default Co-authored-by: John R Barker --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97df2050cd..faa2b02192 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,6 +154,7 @@ jobs: steps: - uses: actions/checkout@v2 + # The containers that GitHub Actions use have Ansible installed, so upgrade to make sure we have the latest version. - name: Upgrade ansible-core run: python3 -m pip install --upgrade ansible-core