diff options
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/update.yml')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/update.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/libvirt/openshift-cluster/update.yml b/playbooks/libvirt/openshift-cluster/update.yml index d09832c16..dde67bcb1 100644 --- a/playbooks/libvirt/openshift-cluster/update.yml +++ b/playbooks/libvirt/openshift-cluster/update.yml @@ -1,6 +1,8 @@ --- - name: Populate oo_hosts_to_update group hosts: localhost + become: no + connection: local gather_facts: no vars_files: - vars.yml |