mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Add comment about Ansible-core being installed by default
Co-authored-by: John R Barker <john@johnrbarker.com>
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user