ansible/changelogs/fragments/63919-lineinfile-create-no-dir-path.yml
Robert Osowiecki 3c978a3225 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 path
2019-10-29 13:06:17 -04:00

3 lines
90 B
YAML

bugfixes:
- "lineinfile - don't attempt mkdirs when path doesn't contain directory path"