Felix Fontein
23d9efc1f3
docker_swarm: hopefully fix debug CI problems, and fix check mode ( #52825 )
...
* Let's see some debug output.
* Also check LocalNodeState.
* Improve tests.
* Actually implement check mode.
* Add changelog.
* Add pretty-printing and more output.
(cherry picked from commit 81d58cfef6
)
6 years ago
Wojciech Sciesinski
8ae9f99979
Don't run integration tests for OS'es older than Windows 2016 ( #53057 )
6 years ago
Brian Coca
6bd7ef4838
Ensure play order is obeyed ( #49897 )
...
* Ensure play order is obeyed
it was being ignored depending on other options
also added tests for each order (except shuffle) both serial and not
fixes #49846
(cherry picked from commit cfba6dfe91
)
6 years ago
Mario Lenz
2aa96cdec5
[Backport 2.7] VMware: Fix KeyError in vmware_host_config_manager
6 years ago
s-hertel
88106ce626
fix no_log indentation so AWS temporary credentials aren't displayed in tests
...
(cherry picked from commit 6cacbcba66
)
6 years ago
Felix Fontein
2c1381aeb5
Don't die when kernel memory accounting is not supported by runc build. ( #53163 )
...
(cherry picked from commit e4c2cbcca2
)
6 years ago
Sandra McCann
f56c3fdc89
add link to AWS module details ( #53126 )
...
* add link to AWS module details (in 2.7 docs to stable-2.7 branch)
6 years ago
Abhijeet Kasurde
096b3f8eb9
[Backport 2.7] VMware: Handle customValue in inventory
...
* VMware: Refactor guest inventory plugin
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit e41b98ffb5
)
6 years ago
René Moser
8de92123f3
[2.7] cloudscale: fix compatibilty with older py3 versions ( #52822 ) ( #52915 )
...
* cloudscale: fix compatibilty with older py3 versions (#52822 )
* cloudscale: fix compatibilty with older py3 versions
* add doc fragment
(cherry picked from commit ee416fd01d
)
* cloudscale: improve error handling (#53054 )
(cherry picked from commit ca91ac2ca0
)
6 years ago
Brian Coca
a79523acff
Loader invalid plugin nicer error ( #52754 )
...
* stop processing invalid plugins
(cherry picked from commit 514b974182
)
6 years ago
Dag Wieers
6c131061a0
ACI: Fix examples in documentation
6 years ago
Jordan Borean
441e4ff99f
win_certificate_store - Fix exception handling typo ( #52906 )
...
(cherry picked from commit 1126f76d4d
)
6 years ago
Jordan Borean
788ba0b911
OpenSUSE - Add OpenSUSE 15 test containers ( #52793 )
...
* OpenSUSE - Add OpenSUSE 15 test containers ci_complete
* Reset matrix back to normal
* Set container version instead of latest
* Remove old Docker completion file
(cherry picked from commit 3635c59b23
)
6 years ago
Dag Wieers
6ac135e8b3
[Backport 2.7] Add missing ConnectionError imports
...
Small fix
(cherry picked from commit 51c5e60e49
)
6 years ago
rockandska
affba46115
Fix idempotence in rabbitmq_plugin ( #52166 )
...
* Fix idempotence in rabbitmq_plugin
* Add changelog fragment
(cherry picked from commit 540b07b884
)
6 years ago
arsenicks
8fba0ab199
Backport into 2.7
...
Katello: Added product to the dict choices (#49776 )
* Added product to the dict choices.
Following issue 48594 where product is not a recognised choice: https://github.com/ansible/ansible/issues/48594
* fixed doc
added - product to the doc
* split line 549
to correct ci test splitting line 549
* Create 49776-product_fix_katello_foreman_module.yaml
changelog fragment creation
(cherry picked from commit d3fcdae4ad
)
6 years ago
Till Maas
6cef018b71
rhsm_repository: Properly handle no repos ( #51938 )
...
When no repos are defined, the `repo` variable is undefined. Therefore
append it only to the result if a repo was found. Otherwise Ansible will
fail with an UnboundLocalError.
(cherry picked from commit 0469134f16
)
6 years ago
Aniket Khisti
2d4096daf0
Fix trackback on providing arguemnt --all to ansible-doc command ( #52034 )
...
* Remove redundant argument from the function caller
* Add unit test
* Add changelog
6 years ago
Albert Cervera i Areny
e7cf6b7513
Filter DNSimple request by record name. ( #49981 )
...
* Filter DNSimple request by record name.
The request was not filtered and DNSimple returns only the first 100
records so if the number of records is larger the check could fail.
This patch fixes the issue and also makes the check to perform better.
* Add changelog fragment.
(cherry picked from commit e0274adafe
)
6 years ago
Jordan Borean
bcd1289ff2
Suse add py3 package vars ( #52794 )
...
(cherry picked from commit 80652ad054
)
6 years ago
Jordan Borean
cc45ba277c
test - add setup target that creates the nobody user ( #52750 )
...
* test - add setup target that creates the nobody user
* do not set explicit gid/uid for nobody user
* Do no create group and only touch basic attributes
(cherry picked from commit 17bfc60423
)
6 years ago
Jiri Tyr
b8e8e2baa0
Fixing state=present for jenkins_plugin module ( #52051 ) ( #52535 )
...
* Fixing state=present for jenkins_plugin module (#52051 )
(cherry picked from commit 5f4840aaa8
)
* Adding changelog fragment for PR #52051 (#52687 )
(cherry picked from commit ee14b123f3
)
6 years ago
Jiri Tyr
573a1106cd
Updating update_url for jenkins_plugin ( #52086 ) ( #52536 )
...
* Updating update_url for jenkins_plugin (#52086 )
(cherry picked from commit f49469f7bf
)
* Adding changelog fragment for PR #52086 (#52689 )
(cherry picked from commit 280e8911ce
)
6 years ago
Alan Rominger
ac4447f2c4
Plugin errors backport ( #52749 )
...
* Fix missing tracebacks in ansible-inventory
(cherry picked from commit b62693299b
)
* remove usless tb initiator
always pass proper tb
6 years ago
Jordan Borean
eb1f8e60e0
test - add Python 3 package for OpenSUSE in setup_openssl ( #52775 )
...
(cherry picked from commit 63c22f6eb0
)
6 years ago
Jordan Borean
f1566f07db
fix filesystem tests on OpenSUSE 15+ ( #52716 )
...
(cherry picked from commit 5e3e0eb946
)
6 years ago
Zim Kalinowski
f80e9070a5
Backport/2.7/52540 ( #52545 )
...
* fixed deallocated vm facts problem (#52540 )
(cherry picked from commit d6600b0ab6
)
* added changelog
6 years ago
Philippe Makowski
ec8c1cb34a
fix bug #47154 ( #49881 )
...
(cherry picked from commit 61743ab39a
)
backport bugfix for urpmi module
add changelog
6 years ago
René Moser
24318d51e5
[2.7]: dnsimple: fix KeyError: 'record_type' ( #52646 )
...
* v2 dnsimple api uses type vs record_type (#39301 )
* v2 dnsimple api uses type vs record_type
https://developer.dnsimple.com/v2/zones/records/#listZoneRecords
* replace prio with priority
(cherry picked from commit bb6a82d2a9
)
* add changelog
6 years ago
Jordan Borean
a998c267c2
win_chocolatey - fix beta version parsing ( #52601 )
...
(cherry picked from commit 1ec376abca
)
6 years ago
Jordan Borean
773b20886c
test suse: get tests working on newer OpenSUSE distributions ( #52539 )
...
(cherry picked from commit c312287731
)
6 years ago
plumbeo
bf7597efe1
backport/2.7/40092 ( #51909 )
...
* mysql_user: Match quotes, double quotes and backticks when checking current privileges
(cherry picked from commit 1ae0e21383
)
* Add changelog fragment for PR #40092
(cherry picked from commit 8974ce3c78
)
* mysql_user: fix malformed regex used to check current privileges
6 years ago
Toshio Kuratomi
fd881d9407
Update Ansible release version to v2.7.8.post0.
6 years ago
Toshio Kuratomi
cf6c765871
New release v2.7.8
6 years ago
Zim Kalinowski
cb844ae32b
Backport/2.7/45269 ( #52466 )
...
* Fixing issues with azure_rm_virtualmachine crashing (#45269 )
* vm fixes
(cherry picked from commit f04139bfa3
)
* added changelog
6 years ago
Jordan Borean
a17d9f1cc6
git: kill gpg-agent in tests on newer OpenSUSE hosts ( #52476 )
...
(cherry picked from commit bb0a69e084
)
6 years ago
Zim Kalinowski
211fe600a4
fixing force_update in azure_rm_mysqldatabase ( #52389 )
...
(cherry picked from commit fa73abcf5d
)
6 years ago
Zim Kalinowski
474d76c0dd
Fixing azure_rm_postgresqldatabase force_update parameter ( #52388 )
...
(cherry picked from commit 8422e23533
)
6 years ago
Zim Kalinowski
40055b4507
Fixing managed disk facts ( #51781 )
...
(cherry picked from commit 0c8c72a0bf
)
6 years ago
Zim Kalinowski
0e4f07b5ae
resolved conflict
6 years ago
Zim Kalinowski
0fed03fa85
merge conflict
6 years ago
Zim Kalinowski
f85cd0b0c2
Backport/2.7/49704 ( #52467 )
...
* backport image crash fix
* adding changelog fragment
6 years ago
Jordan Borean
2800f23274
alternatives - fix OpenSUSE dir on newer distros ( #52458 )
...
(cherry picked from commit 3ecd6e19f7
)
6 years ago
Jordan Borean
f8e29c81f1
zypper_repository: fix return check on newer OpenSUSE versions ( #52457 )
...
(cherry picked from commit d6453a79f5
)
6 years ago
Jordan Borean
7ab05d551f
zypper: fix tests to use new URL for OpenSUSE 15.0 ( #52453 )
...
(cherry picked from commit 4b296da6a2
)
6 years ago
Zim Kalinowski
3929cfea85
merged change
6 years ago
Zim Kalinowski
e531356d07
Backport/2.7/50120 ( #52444 )
...
* fixed crash in facts (#50120 )
(cherry picked from commit 756ad176cc
)
* added changelog
6 years ago
Jordan Borean
bbf2d6b637
opensuse - install password-store from specific repo ( #52439 )
...
(cherry picked from commit 4a94bd8d9d
)
6 years ago
Alan Rominger
b159fc38ce
Send openstack inventory logs to stderr ( #51827 )
6 years ago
Martin Krizek
7fb1549152
Native Jinja2: raise undefined error immediately ( #52237 )
...
Fixes #52158
(cherry picked from commit 50d7483632
)
6 years ago