Add option to install shell extensions for multiple users

This commit is contained in:
2021-09-12 22:54:52 +02:00
parent fc39b3006b
commit e3614e2572
6 changed files with 31 additions and 8 deletions

View File

@@ -1,4 +1,8 @@
---
- name: Include dotfiles.yml
ansible.builtin.include: dotfiles.yml
when: home_place_dotfiles | bool
when: home_place_dotfiles | bool
- name: Include gnome.yml
ansible.builtin.include: gnome.yml
when: home_configure_gnome | bool