replace remote_user with ansible_ssh_user
This commit is contained in:
parent
ba6bc48c19
commit
7b625ab60e
@ -46,4 +46,4 @@ unifi_tls_deploment_enabled: False
|
||||
unifi_tls_pkcs12_path: /tmp/unifi.p12
|
||||
unifi_tls_cert_path: /etc/pki/tls/certs/cert.pem
|
||||
unifi_tls_key_path: /etc/pki/tls/private/key.pem
|
||||
unifi_tls_lookup_user: "{{ remote_user }}"
|
||||
unifi_tls_lookup_user: "{{ ansible_ssh_user }}"
|
||||
|
Loading…
Reference in New Issue
Block a user