fix default user

This commit is contained in:
Robert Kaussow 2020-05-13 11:33:00 +02:00
parent 629f16ab6b
commit a02b900d8c
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,10 @@
corenetworks_dns_pip: "pip{{ ansible_python.version.major }}"
corenetworks_dns_delegate_to: localhost
corenetworks_dns_user: "{{ ansible_remote_user }}"
# @ var corenetworks_dns_user:description: Has to be your ansible remote user.
corenetworks_dns_user: root
corenetworks_dns_python_packages:
- corenetworks