Compare commits

...

2 Commits

Author SHA1 Message Date
swapnil d02454dd9f Get HOME from env
buildbot/travis_bionic Build done. Details
2022-03-25 09:33:15 +05:30
swapnil 4bc537131b Execute only on localhost 2022-03-25 09:04:24 +05:30
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,5 @@
user: testuser
home_directory: /home/{{ user }}
home_directory: "{{ lookup('env','HOME') }}"
plank_dock_launcher_path: "{{ home_directory }}/.config/plank/dock1/launchers"
autostart_path: "{{ home_directory }}/.config/autostart"
lightdm_path: /etc/lightdm
@ -9,7 +8,7 @@ terminal_config_path: "{{ home_directory }}/.config/xfce4/terminal"
# Add-ons
enable_picom: true
enable_ulauncher: false
enable_ulauncher: true
enable_conky: true
enable_lightdm: false # because not working
enable_comice_control: true
enable_comice_control: true

View File

@ -1,7 +1,6 @@
---
- name: Apply role-one to all nodes
hosts: all
remote_user: testuser
hosts: localhost
roles:
- role-one