From 2a0971435f45ff70fac05d57e63c300e325ebe96 Mon Sep 17 00:00:00 2001 From: Aren <7918248+funixz@users.noreply.github.com> Date: Wed, 7 Mar 2018 23:28:06 -0500 Subject: [PATCH] examples fix: mode selection (#37128) Mode selection in the examples didn't match (or work) for system: true. It should be `mode: ` --- lib/ansible/modules/cloud/atomic/atomic_container.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/atomic/atomic_container.py b/lib/ansible/modules/cloud/atomic/atomic_container.py index 42e6474061..f616393562 100644 --- a/lib/ansible/modules/cloud/atomic/atomic_container.py +++ b/lib/ansible/modules/cloud/atomic/atomic_container.py @@ -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 = '''