summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/azure/azure_rm_mysqlfirewallrule.py
diff options
context:
space:
mode:
authorZim Kalinowski <zikalino@microsoft.com>2019-02-21 23:07:10 +0800
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2019-02-21 09:07:10 -0600
commit053081a8a00aed9cdb3c1b551eb25b870ce5a626 (patch)
treedbb1a1021be93bc7f1c9a53dd4606692ea48ff3e /lib/ansible/modules/cloud/azure/azure_rm_mysqlfirewallrule.py
parenta7221336409aaf04cab6d4a2c1ef6885b9d77f86 (diff)
downloadansible-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_mysqlfirewallrule.py')
-rw-r--r--lib/ansible/modules/cloud/azure/azure_rm_mysqlfirewallrule.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/cloud/azure/azure_rm_mysqlfirewallrule.py b/lib/ansible/modules/cloud/azure/azure_rm_mysqlfirewallrule.py
index 677b223f16..8c48e5783f 100644
--- a/lib/ansible/modules/cloud/azure/azure_rm_mysqlfirewallrule.py
+++ b/lib/ansible/modules/cloud/azure/azure_rm_mysqlfirewallrule.py
@@ -42,7 +42,7 @@ options:
- The end IP address of the MySQL firewall rule. Must be IPv4 format.
state:
description:
- - Assert the state of the MySQL firewall rule. Use 'present' to create or update a rule and 'absent' to ensure it is not present.
+ - Assert the state of the MySQL firewall rule. Use C(present) to create or update a rule and C(absent) to ensure it is not present.
default: present
choices:
- absent