test fix to avoid permissions issue (#85598)

pull/85601/head
Brian Coca 4 months ago committed by GitHub
parent f51e626c32
commit 29a298a617
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save