Matt Clay
61fe2efa48
Temp install of setuptools for import coverage. ( #35752 )
...
(cherry picked from commit f46f6c8dec
)
2018-02-06 14:04:43 -08:00
Sam Doran
ed5a73251b
Fix lineinfile to insert line when pattern exists elsewhere in the file. ( #33393 )
...
* Insert lines before or after when the regexp exists elsewhere in the file
* Correct filter syntax in lineinfile integration test
* Use multi-line YAML syntax on lineinfile tests
Unify indentation
* Add lineinfile tests for same line matched to different regexps
* Remove debug statement from test
(cherry picked from commit f8f2b6d61d
)
2018-02-05 17:34:40 -05:00
Toshio Kuratomi
2ae94fc0cd
Add winrm ipaddress fix to changelog
2018-02-05 10:53:30 -08:00
Luca Berruti
8d968e5001
Fix: global name 'HAS_IPADDRESS' is not defined.
...
(cherry picked from commit f0ea2b60e1
)
2018-02-05 06:41:46 -08:00
Matt Clay
feea6425f3
Fix pip integration test.
...
(cherry picked from commit ea70b49b11
)
2018-01-31 23:27:31 -08:00
Matt Clay
4fd0cd853e
Remove EOL openSUSE Leap 42.2 from CI.
...
(cherry picked from commit abbc1ed4e6
)
2018-01-31 21:51:29 -08:00
Toshio Kuratomi
475cc33546
Revert "Add test for fix using loop_control with delegate_to ( #33809 )"
...
This reverts commit adf8927c74
.
This test uses features not found in ansible-2.4
2018-01-31 19:54:11 -08:00
Martin Krizek
adf8927c74
Add test for fix using loop_control with delegate_to ( #33809 )
...
(cherry picked from commit 5c7f203c33
)
2018-01-31 17:37:33 -08:00
Scott Butler
b2c3dd3507
Fixes broken link.
2018-01-31 17:31:52 -08:00
Trishna Guha
21255ae76d
Fix networking bugs cherry-picked from devel ( #35533 )
...
* fix *os_config module backward diff (#35332 )
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit cff4a2d26e
)
* bug-35431 fixed removing encryption from user on subsequent runs of the task (#35433 )
(cherry picked from commit 2293252e52
)
* Fix nxos terminal plugin to support certain commands
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* update changelog
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-01-31 17:31:52 -08:00
Matt Martz
11081cbeda
Catch exception comparing role versions, and provide a user friendly error message. Fixes #32301 ( #34427 )
...
(cherry picked from commit 42a0d71413
)
2018-01-31 17:31:52 -08:00
Matt Martz
32ddcf96df
Recursively remove args with omit as as their value, to match suboptions in argument_spec ( #35299 )
...
* Recursively remove args with omit as as their value, to match suboptions in argument_spec
* Add test for the new remove_omit function
(cherry picked from commit 7404dc6767
)
2018-01-31 17:31:52 -08:00
Dag Wieers
0ac3c990ed
Backport of docsite changes to module list/options
2018-01-31 17:31:52 -08:00
Abhijeet Kasurde
c4d3a3d596
VMware: Fix SSL Context checking for Python <2.7.9 ( #33683 )
...
Fixes : #33602
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 73abde399c
)
2018-01-31 17:31:52 -08:00
Matt Martz
2ded3e1fb1
failed, skipped, and unreachable all seem to be needed for various callbacks. Fixes #34716 ( #34724 )
...
(cherry picked from commit d8329e530c
)
2018-01-31 17:31:51 -08:00
Jordan Borean
80baeb6a3b
updated changelog for azure_rm_virtualmachine fix
2018-01-31 17:31:51 -08:00
Yuwei Zhou
09a244fc13
subnet should in the virtual network resource group ( #35038 )
...
(cherry picked from commit bec4dcd66c
)
2018-01-31 17:31:51 -08:00
Jordan Borean
38089acae6
Updated changelog for azure_rm_subnet issue
2018-01-31 17:31:51 -08:00
Yuwei Zhou
6b26ca183d
delete subnet should be idempotent ( #35037 )
...
(cherry picked from commit 7c201fc9bc
)
2018-01-31 17:31:51 -08:00
Matt Martz
2924ad1bbf
Don't skip an inventory source just because it has a comma ( #35002 )
...
* Don't skip an inventory source just because it has a comma, make sure it's also doesn't exist as a path. Fixes #34931
* Add integration test for inventory path with commas
(cherry picked from commit 1ac04ba52e
)
2018-01-31 17:31:51 -08:00
Jordan Borean
71f6573bf5
updating changelog with win_dns_client dynamic fix
2018-01-31 17:31:51 -08:00
Ben
5bb1faee42
Fixes issue #34956 ( #35149 )
...
(cherry picked from commit 9fdaa86c9f
)
2018-01-31 17:31:51 -08:00
Trishna Guha
128ee6f48f
fix conflict nxos tests ( #35078 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-01-31 17:31:51 -08:00
saichint
d16b5c23c9
fix vxlan idempotent issue ( #34750 )
...
(cherry picked from commit c04cd8642d
)
2018-01-31 17:31:51 -08:00
Toshio Kuratomi
fe6f28f570
Add nxapi nxos_banner test to the changelog
2018-01-31 17:31:51 -08:00
Trishna Guha
31519edee6
Enable nxapi nxos_banner test ( #35033 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 8a6d699198
)
2018-01-31 17:31:51 -08:00
Toshio Kuratomi
e2986cba75
Add nxos_bgp fixes to changelog
2018-01-31 17:31:51 -08:00
saichint
49df1fbafd
Fixes for nxos_bgp ( #34590 )
...
* fix bgp issues
* add new tests cases
* review comments
(cherry picked from commit 6f8d3ad70d
)
2018-01-31 17:31:51 -08:00
Toshio Kuratomi
4449142896
Add nxos_vxlan_vtep_vni fixes to changelog
2018-01-31 17:31:51 -08:00
saichint
c11c35e32a
fix for nxos_vxlan_vtep_vni issues ( #34946 )
...
* fix vxlan_vtep_vni issues
* pep8 errors
(cherry picked from commit 3a144b290d
)
2018-01-31 17:31:51 -08:00
Trishna Guha
968e048b0d
Idempotency test for enabled mode nxos_udld_interface ( #35031 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit f806a58a5e
)
2018-01-31 17:31:51 -08:00
Jordan Borean
dd6b61635b
Updated changelog with Digital Ocean tag fix
2018-01-31 17:31:51 -08:00
ABond
4203e9f45d
Fix Digital Ocean tags module data type ( #33486 )
...
Digital Ocean changed their api to no longer accept an integer as a resource_id. Fix adds changed data type (from integer to string).
Signed-off-by: Anthony Bond <bond.anthony@outlook.com>
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit f9b138b0ab
)
2018-01-31 17:31:51 -08:00
Jordan Borean
a5640a9c9d
updated changelog with copy test change
2018-01-31 17:31:51 -08:00
Jordan Borean
159b0f628d
copy tests: only create recursive symlink in tests ( #35073 )
...
(cherry picked from commit 9106284c1c
)
2018-01-31 17:31:51 -08:00
Jordan Borean
02e5c0d0ca
Updated changelog with win_scheduled_task info
2018-01-31 17:31:51 -08:00
Jordan Borean
8227687767
Updated win_scheduled_task docs to correctly reflect arguments
2018-01-31 17:31:51 -08:00
Toshio Kuratomi
dc0b4dc316
Add become with ssh piped transfer fix to changelog
2018-01-31 17:31:51 -08:00
Matt Martz
55765c8b1e
Fix piped transfer with become ( #34584 )
...
* Ignore become if we shouldn't be sudoable
* More explicit passing of kwargs
* dd/piped put should be sudoable=False. Fixes #34523
(cherry picked from commit 03794864c2
)
2018-01-31 17:31:51 -08:00
Jordan Borean
6f7e1fa773
added changelog around win_script fixes
2018-01-31 17:31:51 -08:00
Jordan Borean
1ddd9dabd8
win_script: fix large args and misc errors in wrapper
2018-01-31 17:31:51 -08:00
Toshio Kuratomi
8a7f9beab7
New release v2.4.3.0-1
2018-01-31 13:28:08 -08:00
Toshio Kuratomi
c8941cb103
Update version in the versions.yml file
2018-01-31 12:34:42 -08:00
Toshio Kuratomi
252863512a
Update changelog with release date
2018-01-31 12:32:53 -08:00
Toshio Kuratomi
de6f60b03c
Update the release doc with ansible-2.4.3
...
(cherry picked from commit 0b4debad53
)
2018-01-31 12:32:02 -08:00
Matt Clay
75da39fbce
Fix failing zypper_repository integration test.
...
(cherry picked from commit b1d14d5b06
)
(cherry picked from commit 9c0cf0eafa2a7218976d64918ad3f2084580f8aa)
2018-01-25 15:34:32 -08:00
Toshio Kuratomi
6b29b3c638
Add link to maximum recursion depth fix in changelog
2018-01-24 18:52:03 -08:00
Toshio Kuratomi
10eba9494c
New release v2.4.3.0-0.6.rc3
2018-01-24 11:24:58 -08:00
James Cammarata
a21f44dc0a
Restore the behavior of 2.4 to that before ebf971f9
...
Fixes #35065
2018-01-23 19:46:26 -08:00
Toshio Kuratomi
055cae3c0f
Revert "Integration tests for import/include ( #33418 )"
...
This reverts commit 8c822018db
.
There's some other bugs in 2.4's import/include that aren't blockers for
2.4.3 (becaues they aren't regressions) that prevent the new integration
tests from passing. Revert the integration tests.
2018-01-20 13:34:45 -08:00