We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af56235 commit 68954c7Copy full SHA for 68954c7
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
python-version: '3.x'
35
36
- name: Install prerequisites.
37
- run: pip3 install ansible docker
+ run: pip3 install ansible docker six
38
39
- name: Install role dependencies.
40
run: ansible-galaxy install -r requirements.yml
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
79
0 commit comments