Add comment about Ansible-core being installed by default

Co-authored-by: John R Barker <john@johnrbarker.com>
This commit is contained in:
Alan Rominger
2022-12-21 09:57:00 -05:00
committed by GitHub
parent cf1ec07eab
commit f739908ccf

View File

@@ -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