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 6 years ago committed by ansibot
parent 5d410c2c69
commit 2a0971435f

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