mirror of https://github.com/ansible/ansible.git
lineinfile - don't run os.makedirs on empty dir path (#63921)
* Fix #63919: don't run os.makedirs on empty dir path * integration test for lineinfile create: yes without pathpull/64069/head
parent
92daec5d0b
commit
3c978a3225
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "lineinfile - don't attempt mkdirs when path doesn't contain directory path"
|
||||
Loading…
Reference in New Issue