diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_affinitygroup.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_affinitygroup.py index 59c21ee46f6..d9f6f77c485 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_affinitygroup.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_affinitygroup.py @@ -51,6 +51,7 @@ options: - Poll async jobs until job has finished. required: false default: true +extends_documentation_fragment: cloudstack ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_firewall.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_firewall.py index 9049f40f7c4..71a2f08b64e 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_firewall.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_firewall.py @@ -71,6 +71,7 @@ options: - Name of the project. required: false default: null +extends_documentation_fragment: cloudstack ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py index 62856c6d177..208ac6790d5 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py @@ -150,6 +150,7 @@ options: - Poll async jobs until job has finished. required: false default: true +extends_documentation_fragment: cloudstack ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_iso.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_iso.py index 42f00fb1f00..1b1cd28fe4c 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_iso.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_iso.py @@ -94,6 +94,7 @@ options: required: false default: 'present' choices: [ 'present', 'absent' ] +extends_documentation_fragment: cloudstack ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_securitygroup.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_securitygroup.py index 4e2856d5a90..ec659c28f23 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_securitygroup.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_securitygroup.py @@ -45,6 +45,7 @@ options: - Name of the project the security group to be created in. required: false default: null +extends_documentation_fragment: cloudstack ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_sshkeypair.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_sshkeypair.py index 9cc514c05ea..dcdcc28465d 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_sshkeypair.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_sshkeypair.py @@ -48,6 +48,7 @@ options: - String of the public key. required: false default: null +extends_documentation_fragment: cloudstack ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_vmsnapshot.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_vmsnapshot.py index 89c0ec081d6..2b0ff221939 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_vmsnapshot.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_vmsnapshot.py @@ -66,6 +66,7 @@ options: - Poll async jobs until job has finished. required: false default: true +extends_documentation_fragment: cloudstack ''' EXAMPLES = '''