mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +00: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:
@@ -77,7 +77,7 @@ EXAMPLES = '''
|
||||
image: rhel/etcd
|
||||
backend: ostree
|
||||
state: latest
|
||||
system: True
|
||||
mode: system
|
||||
values:
|
||||
- ETCD_NAME=etcd.server
|
||||
|
||||
@@ -87,7 +87,7 @@ EXAMPLES = '''
|
||||
image: rhel/etcd
|
||||
backend: ostree
|
||||
state: absent
|
||||
system: True
|
||||
mode: system
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
||||
Reference in New Issue
Block a user