mirror of https://github.com/ansible/ansible.git
* Don't create dest directory in check mode
uncomment existing test
Fix checking for file attribute changes in check mode and add a test
(cherry picked from commit b7a0e0d792)
pull/80260/head
parent
28c9d93fe0
commit
1d3800a8d7
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- copy - fix reporting changes to file attributes in check mode with remote_src=True (https://github.com/ansible/ansible/issues/77957).
|
||||
- copy - fix creating the dest directory in check mode with remote_src=True (https://github.com/ansible/ansible/issues/78611).
|
||||
Loading…
Reference in New Issue