summaryrefslogtreecommitdiffstats
path: root/roles/contiv_facts
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-06-16 11:26:45 -0400
committerRussell Teague <rteague@redhat.com>2017-06-16 11:42:25 -0400
commit9bdc70492301a309a4cfe2f92ac4fdc77343ee9f (patch)
tree652159982bdbd06fabf220614a79be63fb2e6f10 /roles/contiv_facts
parent78894125d25d7a3e7bae849cd1243b1472d9e937 (diff)
downloadopenshift-9bdc70492301a309a4cfe2f92ac4fdc77343ee9f.tar.gz
openshift-9bdc70492301a309a4cfe2f92ac4fdc77343ee9f.tar.bz2
openshift-9bdc70492301a309a4cfe2f92ac4fdc77343ee9f.tar.xz
openshift-9bdc70492301a309a4cfe2f92ac4fdc77343ee9f.zip
Resolve deprecation warnings in Contiv roles
Diffstat (limited to 'roles/contiv_facts')
-rw-r--r--roles/contiv_facts/tasks/main.yml6
-rw-r--r--roles/contiv_facts/tasks/rpm.yml4
2 files changed, 5 insertions, 5 deletions
diff --git a/roles/contiv_facts/tasks/main.yml b/roles/contiv_facts/tasks/main.yml
index 926e0e0be..7a4972fca 100644
--- a/roles/contiv_facts/tasks/main.yml
+++ b/roles/contiv_facts/tasks/main.yml
@@ -3,7 +3,7 @@
stat: path=/run/ostree-booted
register: s
changed_when: false
- always_run: yes
+ check_mode: no
- name: Init the is_atomic fact
set_fact:
@@ -17,7 +17,7 @@
- name: Determine if CoreOS
raw: "grep '^NAME=' /etc/os-release | sed s'/NAME=//'"
register: distro
- always_run: yes
+ check_mode: no
- name: Init the is_coreos fact
set_fact:
@@ -61,7 +61,7 @@
stat: path=/usr/bin/rpm
register: s
changed_when: false
- always_run: yes
+ check_mode: no
- name: Init the has_rpm fact
set_fact:
diff --git a/roles/contiv_facts/tasks/rpm.yml b/roles/contiv_facts/tasks/rpm.yml
index d2f66dac5..07401a6dd 100644
--- a/roles/contiv_facts/tasks/rpm.yml
+++ b/roles/contiv_facts/tasks/rpm.yml
@@ -4,7 +4,7 @@
register: s
changed_when: false
failed_when: false
- always_run: yes
+ check_mode: no
- name: Set the has_firewalld fact
set_fact:
@@ -16,7 +16,7 @@
register: s
changed_when: false
failed_when: false
- always_run: yes
+ check_mode: no
- name: Set the has_iptables fact
set_fact: