We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecd060 commit 3d17ce5Copy full SHA for 3d17ce5
requirements.yml
@@ -0,0 +1,3 @@
1
+---
2
+collections:
3
+ - ansible.posix
tasks/jool-configure.yml
@@ -62,7 +62,7 @@
62
label: "{{ item | basename }}"
63
64
- name: Push Jool instance configuration directory
65
- ansible.builtin.synchronize:
+ ansible.posix.synchronize:
66
src: "{{ __tmp_instance_configuration_dir.path }}/"
67
dest: "{{ _jool_configuration_directory }}"
68
archive: false
0 commit comments