- 23 Sep, 2015 1 commit
-
-
Jeff Widman committed
-
- 22 Sep, 2015 22 commits
-
-
* Make LookupBase an abc with required methods (run()) marked as an abstractmethod * Mark methods that don't use self as @staticmethod * Document how to implement the run method of a lookup plugin.
Toshio Kuratomi committed -
Add mention of roles_path parameter to `ansible-galaxy install` command
James Cammarata committed -
Jeff Widman committed
-
Toshio Kuratomi committed
-
Brian Coca committed
-
Fixes #12464
James Cammarata committed -
James Cammarata committed
-
Fix for user defined modules not overriding modules from core.
Toshio Kuratomi committed -
James Cammarata committed
-
This fix takes into account that powershell modules are somewhat different than regular modules and have to be kept separate.
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
James Cammarata committed
-
Fixes #12465
James Cammarata committed -
Python 3: there's no basestring
James Cammarata committed -
Fix option descriptions in ansible-doc output
James Cammarata committed -
James Cammarata committed
-
Fixes #12462.
Marius Gedminas committed -
James Cammarata committed
-
Fixes #12460
James Cammarata committed -
Fixes one failing test. Now technically a filename can be a bytestring, even on Python 3. I hope this is unlikely for Ansible.
Marius Gedminas committed -
Without rebreaking #12055 Fixes #ansible-modules-core/2098
James Cammarata committed -
Detect if core modules aren't installed and warn if that is the case
James Cammarata committed
-
- 21 Sep, 2015 13 commits
-
-
Fixes #11206
Toshio Kuratomi committed -
Brian Coca committed
-
Fix typo
James Cammarata committed -
Follow up to 8769f03c, which allows the undefined var error to be raised if we're getting vars with a full context (play/host/task) and the host has already gathered facts. In this way, vars_files containing variables that fail to be templated are not silently ignored.
James Cammarata committed -
Nathaniel Schaaf committed
-
Brian Coca committed
-
Python 3: there is no 'basestring'
James Cammarata committed -
Fixes #12449
James Cammarata committed -
Close module file once we're done reading from it
Brian Coca committed -
Toshio Kuratomi committed
-
This fixes a failing unit test. In actual use (which is still quite far), I'm not sure if bytes -> unicode conversion should be done here (in which case the code will fail with an AttributeError: 'bytes' object has no attribute 'readlines'), or inside self._connection.exec_command() (in which case my change is correct).
Marius Gedminas committed -
Use dict.get()
James Cammarata committed -
Victor Salgado committed
-
- 20 Sep, 2015 3 commits
-
-
Stops using _groups_list to check for host when using 'add_host'
James Cammarata committed -
Fix typo, remove redundant paragraph
Toshio Kuratomi committed -
Fixes #12437
James Cammarata committed
-
- 18 Sep, 2015 1 commit
-
-
Fixes #12427
James Cammarata committed
-