James Cammarata
31d5f88a1d
Use the task loop to calculate multiple delegated hosts
...
Due to the way we're now calculating delegate_to, if that value is based
on a loop variable ('item') we need to calculate all of the possible
delegated_to variables for that loop.
Fixes #12499
9 years ago
James Cammarata
36b5858f51
Fix unit tests for change related to local_action
9 years ago
Brian Coca
c17fbf2f12
simplify become testing and handling, we had drifted and were doulbe checking prompt, become and become_pass
...
fixed tests to conform to new signature and now tests both with and w/o password
now we are more explicit about self.prompt
9 years ago
James Cammarata
843138e7d9
Merge pull request #12202 from mgedmin/py3k
...
Use rich comparisons for Attribute and FieldAttribute
9 years ago
Brian Coca
a7231c2203
actually implemented flags correctly for all priv escalation methods
9 years ago
Brian Coca
14f061d5ea
fixed become tests
9 years ago
Marius Gedminas
33a374edde
Use rich comparisons for Attribute and FieldAttribute
...
Because __cmp__ is not supported on Python 3.
9 years ago
Brian Coca
846f0b0510
changed no_log expected type to new value
9 years ago
Brian Coca
ab355218a0
fixed test to new parser options
9 years ago
Damian Gerow
1c5611100e
Add become support for OpenBSD doas
9 years ago
Brian Coca
2eb5333b50
fixed test to match new become output
9 years ago
James Cammarata
6b244ed61e
update unit tests for role templating changes
9 years ago
James Cammarata
42cfacf83b
Switch up the task/host overrides for PlayContext to use the compiled vars dict
...
Fixes #11436
9 years ago
James Cammarata
993ce592b1
Update unit tests for flush_handlers fix
9 years ago
James Cammarata
66a8864ae9
Fix environment setting and inheritence
...
Fixes #11401
9 years ago
James Cammarata
e64989beb4
Moving ConnectionInformation -> PlayContext
...
Also making PlayContext a child class of the Playbook Base class,
which gives it access to all of the FieldAttribute code to ensure
field values are correctly typed after post_validation
Fixes #11381
9 years ago
Pierre-Louis Bonicoli
8c392a94b7
Play.get_name: remove prefix, return name only
9 years ago
James Cammarata
bbe8f48a46
Update role unit tests for changes made to require a play during loading
9 years ago
marconius
79394f5c8f
Added tests for `taggable` module
9 years ago
James Cammarata
a0509cda1e
Fix test_role unit tests to use unique role names to avoid role caching errors
10 years ago
James Cammarata
1ca8cb8553
Fixing up v2 unit tests
10 years ago
Toshio Kuratomi
f9f8af06fc
Change asserts to assertIsInstance for better error messages
10 years ago
Matt Martz
a0fc8bb0bd
Testing additions and fixes
...
* Fix import pathing for units.mock
* Add some additional requirements
* Use compileall to test compatiblity with different python versions
10 years ago
James Cammarata
ce3ef7f4c1
Making the switch to v2
10 years ago