Matt Martz
95e77ac853
Ensure that the src file contents is converted to unicode in diff info ( #45744 )
...
* Ensure that the src file contents is converted to unicode in diff info. Fixes #45717
* Fix up and cleanup
* The diff functionality in the callback plugins should have the
to_text() calls removed since we're now doing it in ActionBase
* catching of UnicodeError and warnings in the callback diff
functionality from 61d01f549f
haven't been
needed since we switched to to_text so remove them.
* Add a note to ActionBase's diff function giving an example of when the
diff function will be inaccurate and how to fix it
* Fix callback get_diff() tests
I believe the unittests of callback's get_diff() were wrong. They were
sending in a list where strings were expected. Because previous code
was transforming the lists into strings via their repr, the previous
tests did not fail but they would have formatted the test cases output
in an odd way if we had looked at it.
2018-09-20 12:31:48 -05:00
Roman D
dd5d191d7a
Clarified documentation for the unsafe_writes option ( #27471 )
...
* Clarified documentation for the unsafe_writes option per #24449 .
2018-09-20 11:40:14 -05:00
Rémy Léone
7c7a7efbbe
Add an option to enable public ip at server creation ( #44826 )
2018-09-20 12:13:26 -04:00
Adam Miller
2fe150a1ef
fix dnf wildcard pkg removal - fixes #27744 and #36970 ( #45357 )
...
Signed-off-by: Adam Miller <admiller@redhat.com>
2018-09-20 12:13:17 -04:00
max-allan-surevine
cb460dee74
Update keycloak_client.py ( #43547 )
...
* Update keycloak_client.py to document the 'realm' parameter, eliminate E322 ignore
2018-09-20 10:34:04 -05:00
Nathaniel Case
406b59aeba
Move persistent connections to only use registered variables ( #45616 )
...
* Try to intuit proper plugins to send to ansible-connection
* Move sub-plugins to init so that vars will be populated in executor
* Fix connection unit tests
2018-09-20 09:56:43 -04:00
Jose Delarosa
e701b5a412
Fixes HTTP redirect issue ( #45513 )
2018-09-20 15:23:51 +03:00
Alicia Cozine
34b8cbd365
Explain what happens when gpgcheck is not set in yum
...
PR #45796
2018-09-20 15:14:55 +03:00
Yanis LISIMA
45c7facd64
ec2_vpc_igw: migrate to boto3 ( #45346 )
...
* ec2_vpc_igw: draft migrate to boto3
* ec2_vpc_igw: migrate to boto3
* ec2_vpc_igw: fix error and implement code review
* ec2_vpc_igw: always catch BotoCoreError with ClientError, remove unused fail method
* ec2_vpc_igw: fix pep error
2018-09-20 19:56:19 +10:00
Jordan Borean
5c73d4f4bd
async: use async_dir for the async results file directory ( #45461 )
...
* win async: use async_dir for the async results file directory
* tried to unify POSIX and PowerShell async implementations of async_dir
* fix sanity issue
2018-09-20 19:37:54 +10:00
Zim Kalinowski
60979a96a9
Fixing azure_rm_containerregistry_facts ( #45897 )
...
* fixing cr facts
* final fix?
* fixed
* syntax
* sanity
2018-09-20 16:58:07 +08:00
Dag Wieers
51c5e60e49
Add missing ConnectionError imports ( #45879 )
...
Small fix
2018-09-20 12:01:01 +10:00
Dag Wieers
197ddd3c45
Fix incorrect type in arg_spec
2018-09-20 02:13:29 +02:00
Zim Kalinowski
83645963fb
Fixing assigning ssl certificate to http listener in app gateway ( #45830 )
...
* fixed ssl certificate reference
* modified test
2018-09-19 17:00:27 -07:00
Zim Kalinowski
16fa49a894
adding os disk name ( #45126 )
...
* adding os disk name
* fixed test
2018-09-19 16:51:37 -07:00
Marc Sensenich
2b4e40c109
Add Check Mode to consul_kv ( #28934 )
2018-09-19 18:21:03 -04:00
ansibot
534de2df27
Fixing but on version check when the "Apache/2.4.x (Distro)" regex is not met ( #27457 )
2018-09-19 18:10:29 -04:00
Joseph Benden
36ab77d454
New module: Xfconf-based management of the Xfce 4 DE ( #28112 )
2018-09-19 18:10:22 -04:00
David Resnick
02bfb9047c
datadog_monitor: fix template vars in 'name' and 'escalation_message' ( #38483 )
2018-09-19 17:34:53 -04:00
Adam Miller
5fdf0290d0
handle yum and dnf lockfiles - fixes #44120 ( #45359 )
...
* handle yum and dnf lockfiles - fixes #44120
Signed-off-by: Adam Miller <admiller@redhat.com>
* fix logic problem to properly check for dnf lockfile glob
Signed-off-by: Adam Miller <admiller@redhat.com>
2018-09-19 16:14:25 -04:00
Chris Archibald
e3ec9e5345
NetApp Bulk Doc changes ( #45856 )
...
* Doc changes
* fix ansibot issue
* Fix spacing
2018-09-19 20:26:28 +01:00
Adrián
f85065dabf
Explain disk size in mount and add example ( #41681 )
...
* Explain disk size in mount and add example
- Explain mount with 8GB
- Add new example to start container with mount
* Removed trailing whitespace
2018-09-19 20:01:49 +01:00
Tom Paine
61f2791d95
Update postgresql_user.py ( #45777 )
...
<!--- Your description here -->
Add expires example.
+label: docsite_pr
2018-09-19 19:46:26 +01:00
Stuart MacKay
f964277628
Added documentation for collectstatic --clear. ( #42007 )
...
* Added documentation for collectstatic --clear.
Added a description of the --clear argument used with the Django management
command, collectstatic. (When #1810 added this feature the documentation
was not updated).
2018-09-19 19:23:17 +01:00
Eric Helms
74b94e119e
Deprecate foreman and katello modules ( #42043 )
...
* Deprecate foreman and katello modules in 2.8, remove in 2.12
2018-09-19 11:41:54 -05:00
Felix Fontein
bc69aeca7f
Fixing HTTPError case of fetch_url for Python 3 compatibility. ( #45628 )
...
* Fixing HTTPError case of fetch_url for Python 3 compatibility.
* Adding unit test.
* PEP8.
* Changelog.
2018-09-19 10:53:16 -05:00
Daniel Speichert
d34cf93f1a
Migrate from MySQLdb to PyMySQL ( #40123 )
...
* Migrate from MySQLdb to PyMySQL
* Deduplicate driver loading and failure message
* Explain requirements
* Apply requirements docs change to proxysql too
* Add changelog
2018-09-19 08:44:05 -07:00
ndswartz
205693a3f9
Update short description for NetApp E-Series modules. ( #45820 )
...
Update short description according to new standards
2018-09-19 11:23:49 -04:00
Michael Scherer
ec2c131bac
Remove unused import and lines, to make linter happy ( #45665 )
2018-09-19 19:52:52 +05:30
cordones
742d702b96
incorrect sample eos_config usage ( #45750 )
...
no such option "config" for diff_against argument.
Further below, there is an example of eos_config using diff_against with a valid option.
+label: docsite_pr
2018-09-19 19:50:33 +05:30
Trishna Guha
1b0c4fde86
fix nxos_facts indefinite hang for text based output ( #45845 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-09-19 19:37:44 +05:30
Dag Wieers
2edf20d1ed
Docs: Avoid use of 'default: null' ( #45795 )
...
Various modules document the default 'null' value, but it causes None to
be shown in the documentation explicitly.
2018-09-19 09:02:27 -05:00
Jon Dufresne
2097d25506
Correct capitalization of PyPI ( #45698 )
...
As spelled on https://pypi.org/ .
2018-09-19 08:51:49 -05:00
Michael Scherer
795b711394
Do not reset permissions in checkmode
...
If using authorized_key on a directory with non standard permissions,
using checkmode will reset the permission silently.
2018-09-19 14:40:33 +02:00
Michael Tipton
1b92e43dcb
VMware: vCenter plugin : new module ( #44963 )
2018-09-19 17:58:11 +05:30
Dag Wieers
5f4173b8bf
A few small fixes
2018-09-19 12:52:31 +02:00
João Soares
097902c35a
Remove whitespaces
2018-09-19 12:52:31 +02:00
João Soares
01db7239ed
Add input validation for the new asn parameter
...
Fix asn type from str to int
2018-09-19 12:52:31 +02:00
João Soares
165000adcd
Update version_added on the asn parameter
2018-09-19 12:52:31 +02:00
João Soares
a60b14c826
Update aci_l3out documentation
2018-09-19 12:52:31 +02:00
João Soares
dd67e89f47
Add eigrp as a possible l3protocol in aci_l3out
...
Also fixes an error related to the required parameters. The l3out parameter is required but only 'name' was being accepted, and that should only be the alias.
2018-09-19 12:52:31 +02:00
Sviatoslav Sydorenko
a978d7f283
Fix collections.deque import in compat module
2018-09-19 13:14:24 +03:00
Tim Rupp
ccfbed3dbc
Adds bigiq_device_facts module ( #45822 )
...
This module can be used to query a variety of facts from a BIG-IQ
2018-09-18 22:30:31 -04:00
Sofiane Medjkoune
af40d8c2a5
Fix mixed output from ansible and lxd when using the lxd connection plugin ( #45246 )
...
* Replace fetch and put operations with Popen instead of call to prevent lxd to mess the Ansible output
* Remove extra blank line
2018-09-18 19:36:51 -04:00
Julien PRIGENT
6059246093
EFS - add support for new Provisioned Throughput ( #43253 )
...
* efs.py: Add support for EFS provisioned throughput
* efs_facts.py: Add support for EFS provisioned throughput
* efs_facts integration tests updated with provision throughput
* efs_facts: Tests refactoring - add failure and success playbook according to botocore version.
* efs_facts: More tests and new option descriptions adjustment
* efs_facts tests renamed to efs
2018-09-19 09:10:56 +10:00
Tim Rupp
8acbf10ed2
Removes unused f5 imports ( #45821 )
2018-09-18 18:34:31 -04:00
Tim Rupp
35e0434042
Update f5 module utils from downstream ( #45819 )
...
* various refactoring
* lgtm fixes
* bigiq support to different auth providers
2018-09-18 18:20:44 -04:00
René Moser
1ed3bd9168
vultr: fix for unreliable API behavior ( #45712 )
2018-09-19 00:01:53 +02:00
René Moser
22986648dc
vultr_server: fix diff for user data ( #45753 )
2018-09-18 23:20:11 +02:00
Sloane Hertel
8d2df9be52
ec2_group - fix VPC precedence for security group targets ( #45787 )
...
Update the dictionary with the preferred values last to get the right order of VPC precedence
Fixes #45782
2018-09-18 15:33:19 -04:00