ansible: fix main playbook syntax for consistency

This commit is contained in:
Fernando Schauenburg 2020-12-17 20:32:50 +01:00
parent 55249f2a76
commit 5b30d96507

View file

@ -1,22 +1,23 @@
- name: Set up development machine - name: Make myself at home :)
hosts: dotfiles hosts: dotfiles
vars_prompt: vars_prompt:
- name: git_user - name: git_user
private: no private: no
default: Fernando Schauenburg default: Fernando Schauenburg
- name: git_email - name: git_email
private: no private: no
default: fernando@schauenburg.me default: fernando@schauenburg.me
roles: roles:
- packages - packages
- bin - bin
- bash - bash
- dircolors - dircolors
- git - git
- hushlogin - hushlogin
- mintty - mintty
- python - python
- readline - readline
- ssh - ssh
- tmux - tmux
- vim - vim