mirror of https://github.com/ansible/ansible.git
Fix behaviour when file handles a path with tilde
Two problems here * unchecked exception handling and erroneous assumption as to why an exception might fire * although the file module expands the path, when using file_args the unexpanded path is passed. Expected result: ~/path/to/file should work fine Actual result: exception is because it doesn't find file with a message about not being able to get the selinux contextreviewable/pr18780/r1
parent
9ea8a679d1
commit
a7a0927298
Loading…
Reference in New Issue