We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fa7bf commit 0f2bb75Copy full SHA for 0f2bb75
roles/os_config/defaults/main.yml
@@ -1,7 +1,7 @@
1
---
2
-os_config_destination: /home/{{ ansible_user }}/.config/openstack
3
-os_config_owner: "{{ ansible_user }}"
4
-os_config_group: "{{ ansible_user }}"
+os_config_destination: /home/{{ ansible_facts.user }}/.config/openstack
+os_config_owner: "{{ ansible_facts.user }}"
+os_config_group: "{{ ansible_facts.user }}"
5
os_config_content: |
6
7
clouds:
0 commit comments