diff --git a/playbooks/sync_all_test.yaml b/playbooks/sync_all_test.yaml index 560eb0f..1812f1c 100644 --- a/playbooks/sync_all_test.yaml +++ b/playbooks/sync_all_test.yaml @@ -12,6 +12,5 @@ when: inventory_hostname in groups['morefine-server'] - debug: - msg: "{{ item }}" - loop: "{{ selected_host }}" + msg: "{{ selected_host }}" when: inventory_hostname in groups['morefine-server'] \ No newline at end of file