mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
test fix to avoid permissions issue (#85598)
This commit is contained in:
parent
f51e626c32
commit
29a298a617
|
|
@ -2450,8 +2450,8 @@
|
|||
|
||||
- name: Verify atime and mtime update on content change (same partition)
|
||||
vars:
|
||||
remote_file: "{{ remote_tmp_dir }}/foo.txt"
|
||||
ansible_remote_tmp: "{{ remote_tmp_dir }}"
|
||||
remote_file: "/tmp/foo.txt"
|
||||
ansible_remote_tmp: "/tmp"
|
||||
block:
|
||||
- name: Create a dest file
|
||||
shell: "echo Test content > {{ remote_file }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user