index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
/
playbook
/
test_play_context.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated PlayContext.make_become_cmd (#74790)
Matt Martz
2021-05-25
1
-17
/
+0
*
Split test_play_context_make_become_cmd into files (#68026)
Matt Clay
2020-03-05
1
-82
/
+3
*
Restore ansible --version output (#55728)
Sam Doran
2019-04-29
1
-1
/
+1
*
Migrate command line parsing to argparse (#50610)
Matt Martz
2019-04-23
1
-5
/
+3
*
become mixin is no more (#54002)
Brian Coca
2019-04-12
1
-0
/
+7
*
remove obsolete set_play on play_context (#47934)
Brian Coca
2019-03-11
1
-13
/
+6
*
Become plugins (#50991)
Matt Martz
2019-02-11
1
-60
/
+55
*
Move the arguments module into cli/ and context_objects into utils
Toshio Kuratomi
2019-01-04
1
-3
/
+3
*
Split up the base_parser function
Toshio Kuratomi
2019-01-04
1
-9
/
+16
*
Save the command line arguments into a global context
Toshio Kuratomi
2019-01-04
1
-8
/
+21
*
Move unit test compat code out of `lib/ansible/`. (#46996)
Matt Clay
2018-10-13
1
-1
/
+1
*
fix 'doas' become_method support, previously committed patch not submitted to...
Jeffrey Forman
2018-05-08
1
-2
/
+1
*
Add support for dzdo flags Fixes #38766
Mat Wilson
2018-04-17
1
-4
/
+5
*
Fix undefined variables, basestring usage, and some associated python3 issues
Toshio Kuratomi
2017-07-26
1
-346
/
+156
*
test/: PEP8 compliancy (#24803)
Dag Wieers
2017-05-30
1
-121
/
+147
*
deal with null/none connections
Brian Coca
2017-05-11
1
-1
/
+1
*
Update module_utils.six to latest (#22855)
Toshio Kuratomi
2017-03-23
1
-1
/
+1
*
Legacy pep8 updates for setup.py and tests
Matt Martz
2017-02-12
1
-6
/
+27
*
PEP 8 indent cleanup. (#20800)
Matt Clay
2017-01-29
1
-8
/
+8
*
Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534)
Toshio Kuratomi
2016-11-17
1
-2
/
+2
*
Fix test_play_context fail with local config. (#17596)
Adrian Likins
2016-11-17
1
-1
/
+1
*
updated pbrun test to match expected output
Brian Coca
2016-10-17
1
-1
/
+1
*
dzdo prompt fix
Brian Coca
2016-09-30
1
-0
/
+6
*
Add ksu privilege escalation (#17340)
Will Thames
2016-09-01
1
-0
/
+6
*
add centrify dzdo escalation (#15219)
Tegan Snyder
2016-04-25
1
-0
/
+5
*
Fix ansible_sudo_pass inventory variable so that it overrides setting of sudo...
Toshio Kuratomi
2016-03-21
1
-0
/
+135
*
shell + become fixes
Brian Coca
2016-02-15
1
-6
/
+6
*
fixed unit test to match new output of become/su
Brian Coca
2016-01-27
1
-1
/
+1
*
Also make sure remote_user is defaulted correctly for delegated hosts
James Cammarata
2015-11-30
1
-0
/
+1
*
fixed removing -n in password sudo tests
Brian Coca
2015-10-28
1
-1
/
+1
*
moved sudo -S and -n into configurable flags as they might be absent in much ...
Brian Coca
2015-10-28
1
-2
/
+2
*
don't set user to current user
Brian Coca
2015-10-24
1
-2
/
+1
*
task logging revamp
Brian Coca
2015-09-26
1
-3
/
+6
*
Use the task loop to calculate multiple delegated hosts
James Cammarata
2015-09-25
1
-1
/
+3
*
Fix unit tests for change related to local_action
James Cammarata
2015-09-14
1
-0
/
+1
*
simplify become testing and handling, we had drifted and were doulbe checking...
Brian Coca
2015-09-04
1
-2
/
+7
*
actually implemented flags correctly for all priv escalation methods
Brian Coca
2015-09-02
1
-1
/
+1
*
fixed become tests
Brian Coca
2015-09-02
1
-2
/
+2
*
changed no_log expected type to new value
Brian Coca
2015-08-25
1
-1
/
+1
*
fixed test to new parser options
Brian Coca
2015-08-18
1
-1
/
+1
*
Add become support for OpenBSD doas
Damian Gerow
2015-08-18
1
-0
/
+6
*
fixed test to match new become output
Brian Coca
2015-08-15
1
-2
/
+2
*
Switch up the task/host overrides for PlayContext to use the compiled vars dict
James Cammarata
2015-07-28
1
-3
/
+2
*
Fix environment setting and inheritence
James Cammarata
2015-07-21
1
-4
/
+0
*
Moving ConnectionInformation -> PlayContext
James Cammarata
2015-07-21
1
-0
/
+156