summaryrefslogtreecommitdiff
path: root/test/units/playbook/test_play_context.py
Commit message (Expand)AuthorAgeFilesLines
* Fix ansible_sudo_pass inventory variable so that it overrides setting of sudo...ansible_sudo_pass-should-override-cliToshio Kuratomi2016-03-211-0/+135
* shell + become fixesBrian Coca2016-02-151-6/+6
* fixed unit test to match new output of become/suBrian Coca2016-01-271-1/+1
* Also make sure remote_user is defaulted correctly for delegated hostsJames Cammarata2015-11-301-0/+1
* fixed removing -n in password sudo testsBrian Coca2015-10-281-1/+1
* moved sudo -S and -n into configurable flags as they might be absent in much ...Brian Coca2015-10-281-2/+2
* don't set user to current userBrian Coca2015-10-231-2/+1
* task logging revampBrian Coca2015-09-251-3/+6
* Use the task loop to calculate multiple delegated hostsJames Cammarata2015-09-251-1/+3
* Fix unit tests for change related to local_actionJames Cammarata2015-09-141-0/+1
* simplify become testing and handling, we had drifted and were doulbe checking...Brian Coca2015-09-041-2/+7
* actually implemented flags correctly for all priv escalation methodsBrian Coca2015-09-021-1/+1
* fixed become testsBrian Coca2015-09-021-2/+2
* changed no_log expected type to new valueBrian Coca2015-08-251-1/+1
* fixed test to new parser optionsBrian Coca2015-08-181-1/+1
* Add become support for OpenBSD doasDamian Gerow2015-08-171-0/+6
* fixed test to match new become outputBrian Coca2015-08-151-2/+2
* Switch up the task/host overrides for PlayContext to use the compiled vars dictJames Cammarata2015-07-281-3/+2
* Fix environment setting and inheritenceJames Cammarata2015-07-211-4/+0
* Moving ConnectionInformation -> PlayContextJames Cammarata2015-07-211-0/+156