summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2016-12-08 08:58:32 +0100
committerGitHub <noreply@github.com>2016-12-08 08:58:32 +0100
commit6bf847f9519c0b7c3f7699938377f26c6d838e27 (patch)
tree3c44eed630f04b8b90c1630c7771f06c19522f2f /playbooks
parentd4771b1a9a331393f5f4bf6c1cdf130637546c43 (diff)
downloadopenshift-6bf847f9519c0b7c3f7699938377f26c6d838e27.tar.gz
openshift-6bf847f9519c0b7c3f7699938377f26c6d838e27.tar.bz2
openshift-6bf847f9519c0b7c3f7699938377f26c6d838e27.tar.xz
openshift-6bf847f9519c0b7c3f7699938377f26c6d838e27.zip
Silence warnings when using rpm directly
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/etcd/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/etcd/main.yml b/playbooks/common/openshift-cluster/upgrades/etcd/main.yml
index bda0940ab..c67cf282f 100644
--- a/playbooks/common/openshift-cluster/upgrades/etcd/main.yml
+++ b/playbooks/common/openshift-cluster/upgrades/etcd/main.yml
@@ -38,6 +38,8 @@
tasks:
- name: Record RPM based etcd version
command: rpm -qa --qf '%{version}' etcd\*
+ args:
+ warn: no
register: etcd_rpm_version
failed_when: false
when: not openshift.common.is_containerized | bool