- 10 Sep, 2015 19 commits
-
-
Fixes #12313
James Cammarata committed -
Brian Coca committed
-
James Cammarata committed
-
Brian Coca committed
-
James Cammarata committed
-
Required as part of fix for #12123
James Cammarata committed -
Fixes #12123
James Cammarata committed -
Toshio Kuratomi committed
-
Rename ansible_ssh_{host,port,user} in docs to ansible_*
Brian Coca committed -
The _ssh variants will continue to work, but the shorter, more generic names are preferred now.
Abhijit Menon-Sen committed -
Doc fixes
Brian Coca committed -
Jiri tyr committed
-
Resurrection of the comment filter
Brian Coca committed -
Jiri tyr committed
-
Python 3: use the right PyYAML SafeRepresenter for unicode
Toshio Kuratomi committed -
PyYAML has a SafeRepresenter in lib/... that defines def represent_unicode(self, data): return self.represent_scalar(u'tag:yaml.org,2002:str', data) and a different SafeRepresenter in lib3/... that defines def represent_str(self, data): return self.represent_scalar('tag:yaml.org,2002:str', data) so the right thing to do on Python 3 is to use represent_str. (AnsibleUnicode is a subclass of six.text_type, i.e. 'str' on Python 3.)
Marius Gedminas committed -
change ec2 util to create only requested objects
Benno Joy committed -
Fixes #12282
James Cammarata committed -
Typo in comment: "bsaename" → "basename"
James Cammarata committed
-
- 09 Sep, 2015 19 commits
-
-
Vault missing DataLoader for pwd file #12293
James Cammarata committed -
Fixes #12301
James Cammarata committed -
James Cammarata committed
-
Allows ANSIBLE_LIBRARY to overload core modules even if the module in ANSIBLE_LIBRARY doesn't have a .py extension.
Toshio Kuratomi committed -
James Cammarata committed
-
Blake Atkinson committed
-
Fixes #12284
James Cammarata committed -
Fix problem with "=" in the initial file path.
Toshio Kuratomi committed -
Revert "remove closing connections after every task, this goes against conneciton caching and was not expected behaviuor nor inhertited from v1" needed for winrm, disabled closing connections in ssh to avoid issues with that persistance, need to normalize all this in future This reverts commit 23a22397.
Brian Coca committed -
Brian Coca committed
-
Toshio Kuratomi committed
-
James Cammarata committed
-
napkindrawing committed
-
Also fixes a template path lookup issue when using an include Fixes #12277
James Cammarata committed -
Python 3: use six.string_types instead of basestring
Toshio Kuratomi committed -
* Turn strings into byte strings before passing to shlex and turn them back into unicode strings after they are retyurned from there Fixes #12257
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Reduces the number of failing tests from 35 to 17.
Marius Gedminas committed -
Python 3: fix TypeError: unorderable types in test
Toshio Kuratomi committed
-
- 08 Sep, 2015 2 commits
-
-
s/rpmbuild/rpm-build
Brian Coca committed -
When I followed these instructions, the generated path was 'rpm-build', not 'rpmbuild'. My rpm-build version is rpm-build-4.11.1-25.el7.x86_64 if that's relevant. Maybe this is 'just me', but wanted to feed back in case it's the same for everyone.
Kenny Gillen committed
-