summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-master/private/validate_restart.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/openshift-master/private/validate_restart.yml')
-rw-r--r--playbooks/openshift-master/private/validate_restart.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/openshift-master/private/validate_restart.yml b/playbooks/openshift-master/private/validate_restart.yml
index 1077d0b9c..60b0e5bb6 100644
--- a/playbooks/openshift-master/private/validate_restart.yml
+++ b/playbooks/openshift-master/private/validate_restart.yml
@@ -21,7 +21,6 @@
- name: Create temp file on localhost
hosts: localhost
connection: local
- become: no
gather_facts: no
tasks:
- local_action: command mktemp
@@ -38,7 +37,6 @@
- name: Cleanup temp file on localhost
hosts: localhost
connection: local
- become: no
gather_facts: no
tasks:
- file: path="{{ hostvars.localhost.mktemp.stdout }}" state=absent