- 17 Feb, 2015 39 commits
-
-
Conflicts: v2/ansible/module_utils/basic.py
Toshio Kuratomi committed -
Daniel Upton committed
-
Dagobert Michelsen committed
-
This can be used from another non interactive software, see #9695 for details.
Michael Scherer committed -
Jon Hadfield committed
-
Toshio Kuratomi committed
-
The rules are -- if the filter returns str type and the str may contain non-ascii characters then wrap it to convert to unicode type. Not needed if the function already returns unicode type or only returns ascii characters Conflicts: lib/ansible/runner/filter_plugins/core.py
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Fixes #10126
Toshio Kuratomi committed -
Andreas Reischuck committed
-
Fixes #10110
Toshio Kuratomi committed -
non-strings. Do some value checking in the calling code
Toshio Kuratomi committed -
Conflicts: v2/ansible/inventory/script.py
Toshio Kuratomi committed -
Conflicts: v2/ansible/plugins/shell/sh.py
Toshio Kuratomi committed -
jinja2 cannot handle byte strs with non-ascii. So we need to transform potential byte str into unicode type. This fix is for dynamic inventory. Fixes #10007 Conflicts: v2/ansible/inventory/script.py v2/ansible/module_utils/basic.py
Toshio Kuratomi committed -
Conflicts: v2/ansible/plugins/shell/sh.py
Akos Vandra committed -
Conflicts: v2/ansible/plugins/shell/sh.py
Akos Vandra committed -
Fix quoting of shell parameters used in remote_checksum and add integration test to detect the error Fixes #682 Conflicts: test/integration/roles/test_unarchive/tasks/main.yml v2/ansible/plugins/shell/sh.py
Toshio Kuratomi committed -
Fixes #546
Toshio Kuratomi committed -
not work
Brian Coca committed -
Luke Macken committed
-
Costi Ciudatu committed
-
Toshio Kuratomi committed
-
Rene Moser committed
-
Brian Coca committed
-
Toshio Kuratomi committed
-
Conflicts: lib/ansible/modules/core
Toshio Kuratomi committed -
Fix #9395
Michael Scherer committed -
Nicolas Rémond committed
-
Fixes #5865
jszwedko committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
When they python interpreter is set incorrectly for the machine the file is being checked for (e.g. for the local or the remote), the error manifests as a readability or directory missing error which can be very misleading.
James Keener committed -
It's up to the module using the set_fs_attributes*/set_mode* methods to specify the filename of the destination of the symlink if that's really the file that should be modified. Half of the fix for: https://github.com/ansible/ansible-modules-core/issues/778
Toshio Kuratomi committed
-
- 04 Dec, 2014 1 commit
-
-
James Cammarata committed
-