Skip to content

Commit f45e004

Browse files
committed
Fix Ansible version in Makefile
1 parent 111756d commit f45e004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ gen-dockerfiles:
226226
-e MY_GID=$$(id -g) \
227227
-v ${PWD}:/data \
228228
-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 \
229+
cytopia/ansible:2.13-tools ansible-playbook generate.yml \
230+
-e ANSIBLE_STRATEGY_PLUGINS=/usr/lib/python3.10/site-packages/ansible_mitogen/plugins/strategy \
231231
-e ANSIBLE_STRATEGY=mitogen_linear \
232232
-e ansible_python_interpreter=/usr/bin/python3 \
233233
-e \"{build_fail_fast: $(FAIL_FAST)}\" \

0 commit comments

Comments
 (0)