mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -44,7 +44,7 @@ extends_documentation_fragment:
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: Ensure IPA Sub CA is present
|
||||
ipa_subca:
|
||||
community.general.ipa_subca:
|
||||
ipa_host: spider.example.com
|
||||
ipa_pass: Passw0rd!
|
||||
state: present
|
||||
@@ -53,14 +53,14 @@ EXAMPLES = '''
|
||||
subca_desc: Ansible Sub CA
|
||||
|
||||
- name: Ensure that IPA Sub CA is removed
|
||||
ipa_subca:
|
||||
community.general.ipa_subca:
|
||||
ipa_host: spider.example.com
|
||||
ipa_pass: Passw0rd!
|
||||
state: absent
|
||||
subca_name: AnsibleSubCA1
|
||||
|
||||
- name: Ensure that IPA Sub CA is disabled
|
||||
ipa_subca:
|
||||
community.general.ipa_subca:
|
||||
ipa_host: spider.example.com
|
||||
ipa_pass: Passw0rd!
|
||||
state: disable
|
||||
|
||||
Reference in New Issue
Block a user