mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
examples fix: mode selection (#37128)
Mode selection in the examples didn't match (or work) for system: true. It should be `mode: <mode here>`
This commit is contained in:
parent
5d410c2c69
commit
2a0971435f
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ EXAMPLES = '''
|
||||||
image: rhel/etcd
|
image: rhel/etcd
|
||||||
backend: ostree
|
backend: ostree
|
||||||
state: latest
|
state: latest
|
||||||
system: True
|
mode: system
|
||||||
values:
|
values:
|
||||||
- ETCD_NAME=etcd.server
|
- ETCD_NAME=etcd.server
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ EXAMPLES = '''
|
||||||
image: rhel/etcd
|
image: rhel/etcd
|
||||||
backend: ostree
|
backend: ostree
|
||||||
state: absent
|
state: absent
|
||||||
system: True
|
mode: system
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|
Loading…
Reference in a new issue