diff options
author | Zim Kalinowski <zikalino@microsoft.com> | 2019-02-21 23:07:10 +0800 |
---|---|---|
committer | Alicia Cozine <879121+acozine@users.noreply.github.com> | 2019-02-21 09:07:10 -0600 |
commit | 053081a8a00aed9cdb3c1b551eb25b870ce5a626 (patch) | |
tree | dbb1a1021be93bc7f1c9a53dd4606692ea48ff3e /lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py | |
parent | a7221336409aaf04cab6d4a2c1ef6885b9d77f86 (diff) | |
download | ansible-053081a8a00aed9cdb3c1b551eb25b870ce5a626.tar.gz |
use the same C() everywhere for absent / present options (#52610)
* use the same C() everywhere for absent / present options
* Update lib/ansible/modules/cloud/azure/azure_rm_cdnendpoint.py
* Update lib/ansible/modules/cloud/azure/azure_rm_resourcegroup.py
* Update lib/ansible/modules/cloud/azure/azure_rm_cdnendpoint.py
* Update lib/ansible/modules/cloud/azure/azure_rm_cdnendpoint.py
Co-Authored-By: zikalino <zikalino@microsoft.com>
Diffstat (limited to 'lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py')
-rw-r--r-- | lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py b/lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py index 6bcb996b4b..ca0636dc72 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py @@ -54,7 +54,7 @@ options: default: 'no' state: description: - - Assert the state of the PostgreSQL database. Use 'present' to create or update a database and 'absent' to delete it. + - Assert the state of the PostgreSQL database. Use C(present) to create or update a database and C(absent) to delete it. default: present choices: - absent |