Brian Coca
b31e29f124
fixed boto import as per #11755
2016-04-18 10:39:27 -04:00
James Cammarata
7644312b20
New release v1.9.6-1
2016-04-15 14:51:48 -04:00
James Cammarata
e7c4ea4d1c
New release v1.9.6-0.1.rc1
2016-04-06 15:20:52 -04:00
James Cammarata
3509e9cdd4
Don't fallback to using the roles name from the spec unless 'role' is missing
...
Fixes #15104
2016-04-04 14:02:05 -04:00
Toshio Kuratomi
331f6ba52e
Add lxc_container fix to CHANGELOG
2016-04-02 01:41:53 -07:00
Toshio Kuratomi
d46d49d43c
Update extras submodule ref for lxc_container fix
2016-04-02 01:40:09 -07:00
Toshio Kuratomi
02ec04616a
Add fix for inventory vars loading (15093) to the Changelog
2016-03-23 13:59:26 -07:00
Toshio Kuratomi
507b9032f0
Merge pull request #15130 from ansible/fix-inventory-vars-with-limit
...
Limit should not affect the calculation of host variables as the variables may be referenced by another host that is not limited.
2016-03-23 13:55:48 -07:00
Toshio Kuratomi
f25e4eea67
Limit should not affect the calculation of host variables as the variables may be referenced by another host that is not limited.
...
Fixes #13556
Fixes #13557
Fixes #12174
2016-03-23 13:40:09 -07:00
Toshio Kuratomi
81c481739d
Revert "Added workaround for inventory directories"
...
This reverts commit e856ac2320
.
That commit was intended to fix --limit not honoring the playbook
directory as a source of inventory variable information. However, the
commit changes the inventory basedir to where it thinks the playbook
basedir which breaks finding inventory variables inside of inventory
directories #15093 . Reverting this and looking for where limit might be
affecting the playbook basedir rather than the inventory basedir.
2016-03-23 12:36:38 -07:00
James Cammarata
cdfbc4243a
New release v1.9.5-1
2016-03-21 18:55:51 -04:00
Toshio Kuratomi
050c1b46b8
Change url so that we don't test https in the tests for file perms
2016-03-20 08:50:55 -07:00
Toshio Kuratomi
a420b4952f
Update submodule ref
2016-03-20 08:07:27 -07:00
Toshio Kuratomi
653f165028
Add integration test for #11821
2016-03-20 08:01:48 -07:00
Toshio Kuratomi
764f44fedb
Document the issue with modules being created world-readable on the client in certain circumstances
2016-03-16 11:34:43 -07:00
James Cammarata
ee2c442486
New release v1.9.5-0.1.rc1
2016-03-10 15:06:20 -05:00
nitzmahone
94e3ab5445
added winrm and user module backports to changelog
2016-03-07 20:33:10 -08:00
nitzmahone
797b2e8b3b
update core submodule ref for user module fixes
2016-03-07 20:21:18 -08:00
Toshio Kuratomi
8785f9fc3c
Merge pull request #14652 from alexandrem/fix_role_vars_precedence_interpolation
...
Fix bug where extra vars highest precedence is violated when used ins…
2016-03-07 13:44:29 -08:00
Brian Coca
46ae226607
avoid running assemble on check mode
...
fixes #14175
2016-03-07 16:01:38 -05:00
Toshio Kuratomi
26eb9a8bb9
Update core submodule for pip fix
2016-03-07 11:42:47 -08:00
Toshio Kuratomi
ae36d35595
Add pip fix to changelog
2016-03-07 11:42:04 -08:00
Brian Coca
c3b874755f
avoid extra info being passed into mode
...
only permission info is valid
2016-03-04 14:48:57 -05:00
Toshio Kuratomi
8494d3867c
Merge pull request #13556 from xytis/inventory_dir
...
fix loading host/group vars when inventory is directory and using --limit
2016-03-04 11:03:18 -08:00
Toshio Kuratomi
b11f2a0267
Merge pull request #13802 from TimJones/tj-fix-issue-13800
...
Correctly parse dependency YAML dict
2016-03-04 10:58:04 -08:00
Brian Coca
402e375698
Merge pull request #14619 from dagwieers/patch-10
...
Check for closing sequence before templating
2016-03-04 13:32:17 -05:00
Brian Coca
d2bd6604b0
Merge pull request #14713 from chouseknecht/galaxy1.9_paging
...
Fix bug 14715: Galaxy CLI paging error
2016-02-29 22:43:47 -05:00
chouseknecht
41d6531fe7
Fix bug 14715: Galaxy CLI paging error
2016-02-29 21:17:50 -05:00
Alexandre Mclean
0358d473ba
Fix bug where extra vars highest precedence is violated when used inside an interpolation within another variable
...
Extra vars lose their precedence when they overwrite a variable inside another variable interpolation structure.
Fixes #10896
2016-02-24 22:54:23 -05:00
Brian Coca
ca98e74251
Merge pull request #14622 from dagwieers/remove-v2-references
...
Remove references to v2 codebase
2016-02-23 09:36:24 -05:00
Dag Wieers
bfff091a9e
Remove references to v2 codebase
2016-02-23 14:15:32 +01:00
Dag Wieers
edf3164bc7
Check for closing sequence for templating (Ansible v1.9)
...
This fixes #14573 for Ansible v1.9.
2016-02-23 11:42:48 +01:00
James Cammarata
a05df837aa
Merge pull request #14565 from dagwieers/fix-role_params-merge_hash
...
Template role_params to avoid merging dict and unicode
2016-02-22 11:11:32 -05:00
Dag Wieers
ccbc849b20
Merge branch 'stable-1.9' of github.com:ansible/ansible into fix-role_params-merge_hash
...
Implement new fix from @jimi-c
2016-02-22 17:08:42 +01:00
James Cammarata
f36896b2bb
Merge pull request #14562 from dagwieers/combine_vars_backport
...
Backport combine_vars() logic from Ansible v2.0
2016-02-22 10:39:09 -05:00
Brian Coca
1e0cf69b1c
Merge pull request #14559 from dagwieers/merge_hash
...
Improve efficiency of merge_hash (Ansible v1.9)
2016-02-20 12:39:23 -05:00
Dag Wieers
fb442206ca
Template role_params to avoid merging dict and unicode
...
This fixes #12915
Since combine_vars() is being run directly on role_params, we have to avoid merge_hash() to complain about merging a dict with a string (jinja template).
2016-02-19 01:57:23 +01:00
Dag Wieers
aeaddc5559
Backport combine_vars() logic from Ansible v2.0
...
While debugging I noticed that _validate_both_dicts() was evaluated twice through combine_vars (when merge_hash). Looking at v2.0 the logic was improved to not do _validate_both_dicts() twice in this case.
I also backported the 'update' behaviour as it looks more pythonic.
2016-02-18 16:48:15 +01:00
Dag Wieers
a935d61489
Improve efficiency of merge_hash
...
This commit improves 2 things:
- It makes merging empty dicts, or equal dicts faster
- It makes merging dicts faster (backported from v2.0)
I noticed that while debugging merge_hash a lot of merges related to empty dictionaries and sometimes identical dictionaries.
2016-02-18 16:03:54 +01:00
Brian Coca
92f387f681
backport fix for #12062 csvfile plugin strings
2016-02-12 17:30:55 -05:00
Brian Coca
4a043d5e82
switched threading to multiprocessing
...
both really work the same for the Lock but this hopefully will
avoid confusing people into thinking we are threaded or thread safe
Also did pyflakes cleanup and made note why checksums import exists
2016-02-11 22:19:41 -05:00
Brian Coca
d99955596e
Merge pull request #13992 from electrofelix/accelerate-race
...
Fix race in accelerate connection plugin
2016-02-11 22:00:38 -05:00
Brian Coca
f48fef67bf
Merge pull request #14253 from dagwieers/allow-key-auth-when-ask-pass
...
Allow key authentication when using `--ask-pass` (just like Ansible v2)
2016-02-11 01:45:13 -05:00
Brian Coca
051f4e5d3e
Merge pull request #13697 from mvdbeek/stable-1.9
...
Set executable to None, fixes issue #13696
2016-02-11 01:43:10 -05:00
Toshio Kuratomi
f1db951a74
Merge pull request #14402 from ansible/no-log-diff-before-fix
...
Fix hiding of original value of files in diff output with no_log
2016-02-09 21:00:45 -08:00
Toshio Kuratomi
504c0e6201
Fix hiding of original value of files in diff output with no_log
2016-02-09 17:43:01 -08:00
Toshio Kuratomi
0cf0efa280
Add apt locale fix to changelog
2016-02-07 14:29:54 -08:00
Toshio Kuratomi
95b1f8b49b
Update submodule refs to pick up apt locale fix
2016-02-07 14:29:29 -08:00
Toshio Kuratomi
28df3a0793
Add locale fixes to changelog
2016-02-07 13:11:46 -08:00
Toshio Kuratomi
cbcfa2df5e
Update submodule ref for git locale fix
2016-02-07 13:10:36 -08:00