summaryrefslogtreecommitdiff
path: root/test/units/playbook
Commit message (Expand)AuthorAgeFilesLines
* Force collections to be static (#68723)David Shrewsbury2020-04-131-0/+38
* Split test_play_context_make_become_cmd into files (#68026)Matt Clay2020-03-041-82/+3
* Check if task file is specified for import_tasks (#57572)Abhijeet Kasurde2019-12-241-0/+22
* Replace TestCase.assertEquals with TestCase.assertEqual.Mads Jensen2019-11-113-60/+58
* Remove empty setUp/tearDown/tearDownClass methods in test classes.Mads Jensen2019-11-062-12/+0
* Remove empty overridden unittest.setUp and unittest.tearDown methods.Mads Jensen2019-11-052-12/+0
* Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost ...Matt Martz2019-10-111-0/+10
* Collection role relative deps (#61517)Matt Davis2019-08-291-2/+5
* unit tests: remove unused imports (#60462)Andrey Klychkov2019-08-133-4/+0
* various mod_args fixes (#60290)Matt Davis2019-08-131-3/+3
* Update units to pass on macOS (#60435)Matt Martz2019-08-121-1/+2
* Unit tests: remove unused imports (#59812)Andrey Klychkov2019-08-022-3/+3
* role: Fix role's hash_params (#55263)Abhijeet Kasurde2019-07-081-0/+46
* Restore ansible --version output (#55728)Sam Doran2019-04-291-1/+1
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-5/+3
* become mixin is no more (#54002)Brian Coca2019-04-123-106/+7
* Don't pollute include_variables (#54687)Matt Martz2019-04-091-2/+10
* Collection content loading (#52194)Matt Davis2019-03-282-0/+3
* helper: raise Exception when ds is not dict type (#53936)Abhijeet Kasurde2019-03-251-0/+5
* remove obsolete set_play on play_context (#47934)Brian Coca2019-03-111-13/+6
* Become plugins (#50991)Matt Martz2019-02-111-60/+55
* Move the arguments module into cli/ and context_objects into utilsToshio Kuratomi2019-01-031-3/+3
* Split up the base_parser functionToshio Kuratomi2019-01-031-9/+16
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-8/+21
* Give IncludedFile more context via ansible_search_path (#50045)Matt Martz2019-01-031-0/+7
* Allow tags to be templated from a variable (#49833)Matt Martz2018-12-171-3/+0
* Consolidate handler tracking (#49338)Matt Martz2018-12-111-1/+1
* Add better error when k=v syntax is used with YAML in tasks (#41754)Sam Doran2018-12-041-2/+2
* conditional: fix direct boolean "shortcut" (#47941)Martin Krizek2018-11-071-0/+15
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-1213-19/+19
* Do not use mutable defaults in FieldAttribute, instead allow supplying a call...Matt Martz2018-10-121-3/+3
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-3/+2
* Unit tests for ansible.playbook.become (#38541)Matt Martz2018-08-231-0/+100
* Mass nuke deprecated items that are easily removed. ci_complete (#44320)Matt Martz2018-08-201-6/+0
* Fix multiple var files combining (followup to #36357)Andrey Laguta2018-07-201-0/+22
* Fix wrong python keyword (followup to #36357) (#41067)Andrew Gaffney2018-06-071-0/+20
* always_run: removed deprecated always_run task option (#40470)Jordan Borean2018-05-231-2/+0
* fix 'doas' become_method support, previously committed patch not submitted to...Jeffrey Forman2018-05-071-2/+1
* Consider parent also when comparing IncludedFile (#37083)Matt Martz2018-04-181-49/+102
* Add support for dzdo flags Fixes #38766Mat Wilson2018-04-161-4/+5
* Allow loading dirs from role defaults/vars (#36357)Andrew Gaffney2018-04-101-0/+62
* Fix redundant yaml error blurbs on ModArgs parse errors (#36923)Adrian Likins2018-03-191-2/+27
* fixed test to new sigBrian Coca2018-01-041-3/+1
* Remove shell module specialcasesToshio Kuratomi2017-12-211-11/+11
* Fix invalid string escape sequences.Matt Clay2017-11-211-1/+1
* Fix include_role unit tests (#31920)Pilou2017-11-021-10/+31
* less confusing 'args' message (#29053)Brian Coca2017-09-061-2/+2
* Fix undefined variables, basestring usage, and some associated python3 issuesToshio Kuratomi2017-07-251-346/+156
* Divided test methods of TestExtendValue class (#22574)Ivo van Kreveld2017-07-171-5/+28
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-2/+2