Fix variable deprecations and split site.yml into system and user plays
Replace deprecated ansible_user_dir/ansible_user_id with ansible_facts['user_dir'/'user_id'] across all roles. Switch git repo URLs from HTTPS to SSH. Split site.yml into two plays so user-facing roles (dotfiles, scripts, hotkeys) run without become.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Exec={{ ansible_user_dir }}/scripts/cheat-sheet.sh
|
||||
Exec={{ ansible_facts['user_dir'] }}/scripts/cheat-sheet.sh
|
||||
Name=cheat-sheet
|
||||
NoDisplay=true
|
||||
StartupNotify=false
|
||||
|
||||
Reference in New Issue
Block a user