- 16 Sep, 2015 30 commits
-
-
Enable winrm put_file to upload an empty file.
Chris Church committed -
Add PowerShell exception handling and turn on strict mode.
Chris Church committed -
Fix spelling
James Cammarata committed -
Support additional options for WinRM connections via inventory variables
Chris Church committed -
Remove ansible_winrm_ host/port/user/pass options, update exception handling around establishing a winrm connection.
Chris Church committed -
Chris Church committed
-
James Cammarata committed
-
Pass windows command as-is without splitting/rejoining parameters.
Chris Church committed -
* Fixes extra spaces added between parameters from https://github.com/ansible/ansible-modules-core/issues/1929 * Correctly decode PowerShell command encoded as UTF-16-LE so that it displays correctly in debug messages, fixes the other issue from https://github.com/ansible/ansible-modules-core/issues/1929 * Add test to verify that script parameters are passed as-is, so $true is interpreted as a boolean, fixes https://github.com/ansible/ansible/issues/10947
Chris Church committed -
Add integration tests for win_group module.
Chris Church committed -
Add tests for creates parameter to win_msi module.
Chris Church committed -
Fixing a small typo
James Cammarata committed -
Fix mutable default argument
James Cammarata committed -
Victor Salgado committed
-
Just adding a missing letter.
Joshua Kugler committed -
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Toshio Kuratomi committed
-
Nathaniel Schaaf committed
-
Fix fetch to not fail for missing file when fail_if_missing=False
James Cammarata committed -
Added env_string in async_cmd
James Cammarata committed -
Small change so the YAML renders as code.
James Cammarata committed -
Wrong column named
James Cammarata committed -
https://github.com/quinot/ansible…
Merge branch 'topic/crash_empty_inventory' of https://github.com/quinot/ansible into quinot-topic/crash_empty_inventory
James Cammarata committed -
James Cammarata committed
-
Set PlayContext.timeout from the value specified by -T on the command-line
James Cammarata committed -
Fixes #12395
James Cammarata committed -
Create 'all' even if host_list is empty, as this group needs to exist when creating the implicit 'localhost' host. Fixes #12391
Thomas Quinot committed -
Fixes #12372
Abhijit Menon-Sen committed
-
- 15 Sep, 2015 10 commits
-
-
Correcting the docs to match the example, which I assume to be correct.
Joshua Kugler committed -
The line above the last YAML code block in this document did not have the requisite :: characters, so the YAML did not render correctly in the docs.
Joshua Kugler committed -
Also fixes issue where force does not force reinstall of deps Fixes #10425
James Cammarata committed -
Toshio Kuratomi committed
-
Chris Church committed
-
* Add exception handling when running PowerShell modules to provide exception message and stack trace. * Enable strict mode for all PowerShell modules and internal commands. * Update common PowerShell code to fix strict mode errors. * Fix an issue with Set-Attr where it would not replace an existing property if already set. * Add tests for exception handling using modified win_ping modules.
Chris Church committed -
James Cammarata committed
-
James Cammarata committed
-
https://github.com/bcoca/ansible
Merge branch 'normalize_plugin_paths' of https://github.com/bcoca/ansible into bcoca-normalize_plugin_paths
James Cammarata committed -
Axel Delmas committed
-