examples fix: mode selection (#37128)

Mode selection in the examples didn't match (or work) for system: true.
It should be 
`mode: <mode here>`
pull/37174/head
Aren 7 years ago committed by ansibot
parent 5d410c2c69
commit 2a0971435f

@ -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…
Cancel
Save