Remove unused variables

This commit is contained in:
Fernando Schauenburg 2019-11-15 22:01:50 +00:00
parent 5cb75685e2
commit d87f7f0d47

View file

@ -1,10 +1,6 @@
--- ---
- name: Set up development machine - name: Set up development machine
hosts: localhost hosts: localhost
vars:
xdg_config_home: "~/.config"
xdg_cache_home: "~/.cache"
xdg_data_home: "~/.local/share"
roles: roles:
- bin - bin
- bash - bash