mirror of https://github.com/ansible/ansible.git
Basic: don't call lstat when check_mode (#64279)
While mode is specified in check_mode, don't call lstat. Since file may not present. Fixes: #61185pull/74483/head
parent
b043afa025
commit
7099657dd7
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- AnsibleModule.set_mode_if_different - don't check file existence when check_mode is activated (https://github.com/ansible/ansible/issues/61185).
|
||||
Loading…
Reference in New Issue