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 111756d commit f45e004Copy full SHA for f45e004
Makefile
@@ -226,8 +226,8 @@ gen-dockerfiles:
226
-e MY_GID=$$(id -g) \
227
-v ${PWD}:/data \
228
-w /data/.ansible \
229
- cytopia/ansible:2.8-tools ansible-playbook generate.yml \
230
- -e ANSIBLE_STRATEGY_PLUGINS=/usr/lib/python3.8/site-packages/ansible_mitogen/plugins/strategy \
+ cytopia/ansible:2.13-tools ansible-playbook generate.yml \
+ -e ANSIBLE_STRATEGY_PLUGINS=/usr/lib/python3.10/site-packages/ansible_mitogen/plugins/strategy \
231
-e ANSIBLE_STRATEGY=mitogen_linear \
232
-e ansible_python_interpreter=/usr/bin/python3 \
233
-e \"{build_fail_fast: $(FAIL_FAST)}\" \
0 commit comments