Skip to content

Commit 3d17ce5

Browse files
authored
Srv6d posix.synchronize (#4)
* ➕ Add requirements.yml with `ansible.posix` collection * 🚨 Use `synchronize` module from `ansible.posix` collection
1 parent 6ecd060 commit 3d17ce5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

requirements.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
collections:
3+
- ansible.posix

tasks/jool-configure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
label: "{{ item | basename }}"
6363

6464
- name: Push Jool instance configuration directory
65-
ansible.builtin.synchronize:
65+
ansible.posix.synchronize:
6666
src: "{{ __tmp_instance_configuration_dir.path }}/"
6767
dest: "{{ _jool_configuration_directory }}"
6868
archive: false

0 commit comments

Comments
 (0)