diff options
Diffstat (limited to 'playbooks/gce/openshift-master/terminate.yml')
-rw-r--r-- | playbooks/gce/openshift-master/terminate.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/gce/openshift-master/terminate.yml b/playbooks/gce/openshift-master/terminate.yml index 76e1404b5..9e027cf41 100644 --- a/playbooks/gce/openshift-master/terminate.yml +++ b/playbooks/gce/openshift-master/terminate.yml @@ -12,9 +12,10 @@ - debug: msg="{{ groups['oo_hosts_to_terminate'] }}" -- name: Terminate instances +- name: Terminate master instances hosts: localhost connection: local + gather_facts: no tasks: - name: Terminate master instances gce: |