Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml
  2. index 6a09e20..ff1e4d3 100644
  3. --- a/playbooks/common/openshift-master/config.yml
  4. +++ b/playbooks/common/openshift-master/config.yml
  5. @@ -151,6 +151,7 @@
  6. become: no
  7. gather_facts: no
  8. tasks:
  9. + - debug: var=hostvars.localhost.g_master_mktemp
  10. - file:
  11. path: "{{ hostvars.localhost.g_master_mktemp.stdout }}"
  12. state: absent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement