Sfoglia il codice sorgente

Localhost TMP Dir Fix

Vincent Schwarzer 8 anni fa
parent
commit
508bb00f64
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      roles/openshift_metrics/tasks/main.yaml

+ 1 - 0
roles/openshift_metrics/tasks/main.yaml

@@ -25,6 +25,7 @@
   local_action: command mktemp -d
   register: local_tmp
   changed_when: False
+  become: false
 
 - name: Copy the admin client config(s)
   command: >