Note that su now works with local connection

This commit is contained in:
Toshio Kuratomi 2015-12-01 09:14:10 -08:00
parent b0e22d7701
commit 93ef35e6a9

View file

@ -325,6 +325,7 @@ newline being stripped you can change your playbook like this:
```
- debug: msg="The error message was: {{error_code |default('') }}"
```
* The local connection type now supports su as a privilege escalation method
## 1.9.4 "Dancing In the Street" - Oct 9, 2015