community.general/lib/ansible
Pilou 460d932aa8 postgresql_user: fix bugs related to 'expires' option (#23862)
* Factorize tests related to no_password_change using an include task

* Refactor: deduplicate tasks

* postgresql_user: test 'expires' parameter

* Change 'valid until' even it's the only updated field

* value is changed when another value is provided

* value isn't returned when unset

* Remove unused variable

* psycopg2.extras.DictRow is able to handle comparison

* postgresql_user: simplify helper method

* postgresql_user: define variable just before using it

* Fix comparison between user input and applied configuration

* new test: adding an invalid attribute

* Refactor, add cleaning task

* Check that using same attribute a 2nd time does nothing

* Always try to remove created user

* postgresql_user: fix pep8
2017-06-11 14:48:39 -07:00
..
cli ansible-doc: fix exception for required field 2017-06-03 14:32:05 +02:00
compat ansible/compat/: PEP8 compliancy (#24689) 2017-05-18 08:36:11 +01:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
executor When cleaning up the AnsiBallZ tempdir we need to not fail if the tempdir wasn't created 2017-06-07 06:38:42 -07:00
galaxy Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
inventory Fix pep8 issue in lib/ansible/inventory/manager.py (#25562) 2017-06-09 18:40:36 -05:00
module_utils Add support for Devuan in hostname module (#25525) 2017-06-09 08:47:09 -04:00
modules postgresql_user: fix bugs related to 'expires' option (#23862) 2017-06-11 14:48:39 -07:00
parsing Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
playbook Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
plugins Convert docker cmd output to native, early 2017-06-10 07:09:04 -07:00
template Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
utils New module: manage Citrix Netscaler service configuration (network/netscaler/netscaler_service) (#25129) 2017-06-08 08:33:32 -06:00
vars Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Add support for cliconf and netconf plugin (#25093) 2017-06-06 13:56:25 +05:30
release.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00