summaryrefslogtreecommitdiffstats
path: root/roles/etcd
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-07-18 15:53:31 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-07-20 12:58:42 -0300
commit3a71ccde5c1a0324648516f761515c09bc461be3 (patch)
tree5820554aee18c68104eefdb7524b41d7a2c8aa2b /roles/etcd
parentac4ef6bb65c24890592b6b35b11be82f4ddc6deb (diff)
downloadopenshift-3a71ccde5c1a0324648516f761515c09bc461be3.tar.gz
openshift-3a71ccde5c1a0324648516f761515c09bc461be3.tar.bz2
openshift-3a71ccde5c1a0324648516f761515c09bc461be3.tar.xz
openshift-3a71ccde5c1a0324648516f761515c09bc461be3.zip
Stop reporting changes when docker pull is already up to date.
Diffstat (limited to 'roles/etcd')
-rw-r--r--roles/etcd/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/etcd/tasks/main.yml b/roles/etcd/tasks/main.yml
index 71735dc25..75d40216d 100644
--- a/roles/etcd/tasks/main.yml
+++ b/roles/etcd/tasks/main.yml
@@ -12,6 +12,8 @@
- name: Pull etcd container
command: docker pull {{ openshift.etcd.etcd_image }}
+ register: pull_result
+ changed_when: "'Downloaded newer image' in pull_result.stdout"
when: etcd_is_containerized | bool
- name: Install etcd container service file