diff options
Diffstat (limited to 'roles/openshift_facts/tasks')
| -rw-r--r-- | roles/openshift_facts/tasks/main.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/roles/openshift_facts/tasks/main.yml b/roles/openshift_facts/tasks/main.yml index 87fa99a3b..e40a1b329 100644 --- a/roles/openshift_facts/tasks/main.yml +++ b/roles/openshift_facts/tasks/main.yml @@ -10,6 +10,7 @@    shell: ls /run/ostree-booted    ignore_errors: yes    failed_when: false +  changed_when: false    register: ostree_output  # Locally setup containerized facts for now | 
