Don't update user settings when running admin playbooks

This commit is contained in:
Anthony Rose 2020-06-21 16:56:34 +01:00
parent 9de02dc397
commit 070916459e
2 changed files with 0 additions and 6 deletions

View file

@ -23,5 +23,3 @@
- include_role:
name: ubuntu
when: ansible_distribution == 'Ubuntu'
- include_role:
name: home-cli

View file

@ -23,7 +23,3 @@
- include_role:
name: ubuntu
when: ansible_distribution == 'Ubuntu'
- include_role:
name: home-cli
- include_role:
name: home-gui