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
|
||||
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 = '''
|
||||
|
|
Loading…
Reference in a new issue