Compare commits

...

2 Commits

Author SHA1 Message Date
d02454dd9f Get HOME from env
Some checks failed
buildbot/travis_bionic Build done.
2022-03-25 09:33:15 +05:30
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: "{{ lookup('env','HOME') }}"
home_directory: /home/{{ user }}
plank_dock_launcher_path: "{{ home_directory }}/.config/plank/dock1/launchers" plank_dock_launcher_path: "{{ home_directory }}/.config/plank/dock1/launchers"
autostart_path: "{{ home_directory }}/.config/autostart" autostart_path: "{{ home_directory }}/.config/autostart"
lightdm_path: /etc/lightdm lightdm_path: /etc/lightdm
@ -9,7 +8,7 @@ terminal_config_path: "{{ home_directory }}/.config/xfce4/terminal"
# Add-ons # Add-ons
enable_picom: true enable_picom: true
enable_ulauncher: false enable_ulauncher: true
enable_conky: true enable_conky: true
enable_lightdm: false # because not working 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 - name: Apply role-one to all nodes
hosts: all hosts: localhost
remote_user: testuser
roles: roles:
- role-one - role-one