community.general/lib/ansible/plugins/action
Abhijit Menon-Sen 861da614cc Make 'pause: prompt=…' print the prompt
In stable-1.9, the prompt string is passed to raw_input(), which prints
it without an extra \n. Here we're just print()ing it, so the \n would
be doubled.
2015-08-02 20:08:28 +05:30
..
__init__.py Fixes for WinRM/PowerShell support in v2. 2015-07-31 14:38:31 -04:00
add_host.py Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
assemble.py Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
assert.py Fixing filter plugins directory from switch 2015-05-04 01:33:10 -05:00
async.py Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
copy.py Fixes for WinRM/PowerShell support in v2. 2015-07-31 14:38:31 -04:00
debug.py Reworking internal result flags and making sure include_vars hides vault data 2015-07-27 14:04:31 -04:00
fail.py Making the switch to v2 2015-05-03 21:47:26 -05:00
fetch.py Fixes for WinRM/PowerShell support in v2. 2015-07-31 14:38:31 -04:00
group_by.py Making the switch to v2 2015-05-03 21:47:26 -05:00
include_vars.py Reworking internal result flags and making sure include_vars hides vault data 2015-07-27 14:04:31 -04:00
normal.py Fix potential bug in parameter passing 2015-07-31 20:35:01 -07:00
package.py now executes fact search when needed 2015-07-19 18:00:27 -04:00
patch.py Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
pause.py Make 'pause: prompt=…' print the prompt 2015-08-02 20:08:28 +05:30
raw.py Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
script.py Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
set_fact.py Fixing filter plugins directory from switch 2015-05-04 01:33:10 -05:00
synchronize.py become protection for local connections no longer needed 2015-07-31 18:26:30 -07:00
template.py fixed diff output to be as it was in 1.x, copy and template now use the same 2015-07-26 22:29:56 -04:00
unarchive.py Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
win_copy.py Fixes for WinRM/PowerShell support in v2. 2015-07-31 14:38:31 -04:00
win_template.py Fixes for WinRM/PowerShell support in v2. 2015-07-31 14:38:31 -04:00