|
@@ -294,7 +294,7 @@
|
|
|
client_path: "{{ openshift.common.config_base }}/master/admin.kubeconfig"
|
|
|
ca_path: "{{ openshift.common.config_base }}/master/ca-bundle.crt"
|
|
|
- name: Lookup default group for ansible_ssh_user
|
|
|
- command: "/usr/bin/id -g {{ ansible_ssh_user }}"
|
|
|
+ command: "/usr/bin/id -g {{ ansible_ssh_user | quote }}"
|
|
|
changed_when: false
|
|
|
register: _ansible_ssh_user_gid
|
|
|
- set_fact:
|