diff options
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/service.yml')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/service.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/libvirt/openshift-cluster/service.yml b/playbooks/libvirt/openshift-cluster/service.yml index ae095f5a2..aabd2566d 100644 --- a/playbooks/libvirt/openshift-cluster/service.yml +++ b/playbooks/libvirt/openshift-cluster/service.yml @@ -5,6 +5,8 @@ - name: Call same systemctl command for openshift on all instance(s) hosts: localhost + become: no + connection: local gather_facts: no vars_files: - vars.yml |