mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 01:14:03 -07:00
Tidy up validate-modules ignores for modules: cloud/centurylink (rebased) (#1365)
* fixed validation-modules for plugins/modules/cloud/centurylink/clc_aa_policy.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_alert_policy.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_firewall_policy.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_blueprint_package.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_group.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_loadbalancer.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_modify_server.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_publicip.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_server.py fixed validation-modules for plugins/modules/cloud/centurylink/clc_server_snapshot.py * Tidy up validate-modules ignores for cloud/centurylink modules * Update plugins/modules/cloud/centurylink/clc_firewall_policy.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
88c6e6ac61
commit
5a567b80c6
13 changed files with 98 additions and 92 deletions
|
@ -16,14 +16,17 @@ options:
|
|||
name:
|
||||
description:
|
||||
- The name of the Anti Affinity Policy.
|
||||
type: str
|
||||
required: True
|
||||
location:
|
||||
description:
|
||||
- Datacenter in which the policy lives/should live.
|
||||
type: str
|
||||
required: True
|
||||
state:
|
||||
description:
|
||||
- Whether to create or delete the policy.
|
||||
type: str
|
||||
required: False
|
||||
default: present
|
||||
choices: ['present','absent']
|
||||
|
@ -68,7 +71,6 @@ EXAMPLES = '''
|
|||
ansible.builtin.debug:
|
||||
var: policy
|
||||
|
||||
---
|
||||
- name: Delete AA Policy
|
||||
hosts: localhost
|
||||
gather_facts: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue