You've already forked ansible-role-repo-epel
add ansible version
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install molecule['docker'] docker
|
pip install --upgrade molecule['docker'] docker 'ansible==2.9.19'
|
||||||
- name: Test with molecule
|
- name: Test with molecule
|
||||||
run: |
|
run: |
|
||||||
molecule test --all
|
molecule test --all
|
||||||
|
|||||||
Reference in New Issue
Block a user