mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
TEST
This commit is contained in:
parent
7e3fce2e5a
commit
6f8101f49e
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
debug:
|
||||
msg: "{{ ansible_facts.virtualization_type }}"
|
||||
|
||||
- name: Check '{{ output_dir }}' value
|
||||
- name: Check '{{ output_dir }}' value
|
||||
debug:
|
||||
msg: "{{ output_dir }}"
|
||||
|
||||
|
|
@ -43,6 +43,7 @@
|
|||
src: "{{ output_dir }}/foo.txt"
|
||||
dest: "{{ output_dir }}/foo.result"
|
||||
|
||||
|
||||
#- name: synchronize file to new filename
|
||||
# synchronize:
|
||||
# src: "{{ output_dir }}/foo.txt"
|
||||
|
|
|
|||
Loading…
Reference in a new issue