mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
arg_spec adjustments: modules [g-j]* (#10505)
* arg_spec adjustments: modules [g-j]* * add changelog frag
This commit is contained in:
parent
84b5d38c51
commit
0f7cd5473f
39 changed files with 173 additions and 152 deletions
|
@ -173,8 +173,8 @@ def main():
|
|||
argument_spec = ipa_argument_spec()
|
||||
argument_spec.update(zone_name=dict(type='str', required=True),
|
||||
state=dict(type='str', default='present', choices=['present', 'absent']),
|
||||
dynamicupdate=dict(type='bool', required=False, default=False),
|
||||
allowsyncptr=dict(type='bool', required=False, default=False),
|
||||
dynamicupdate=dict(type='bool', default=False),
|
||||
allowsyncptr=dict(type='bool', default=False),
|
||||
)
|
||||
|
||||
module = AnsibleModule(argument_spec=argument_spec,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue