mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -42,17 +42,17 @@ author: "berenddeboer (@berenddeboer)"
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: Install package foo
|
||||
portinstall:
|
||||
community.general.portinstall:
|
||||
name: foo
|
||||
state: present
|
||||
|
||||
- name: Install package security/cyrus-sasl2-saslauthd
|
||||
portinstall:
|
||||
community.general.portinstall:
|
||||
name: security/cyrus-sasl2-saslauthd
|
||||
state: present
|
||||
|
||||
- name: Remove packages foo and bar
|
||||
portinstall:
|
||||
community.general.portinstall:
|
||||
name: foo,bar
|
||||
state: absent
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user