ansible: fix main playbook syntax for consistency
This commit is contained in:
parent
55249f2a76
commit
5b30d96507
1 changed files with 20 additions and 19 deletions
39
dotfiles.yml
39
dotfiles.yml
|
@ -1,22 +1,23 @@
|
|||
- name: Set up development machine
|
||||
- name: Make myself at home :)
|
||||
hosts: dotfiles
|
||||
vars_prompt:
|
||||
- name: git_user
|
||||
private: no
|
||||
default: Fernando Schauenburg
|
||||
- name: git_email
|
||||
private: no
|
||||
default: fernando@schauenburg.me
|
||||
- name: git_user
|
||||
private: no
|
||||
default: Fernando Schauenburg
|
||||
- name: git_email
|
||||
private: no
|
||||
default: fernando@schauenburg.me
|
||||
roles:
|
||||
- packages
|
||||
- bin
|
||||
- bash
|
||||
- dircolors
|
||||
- git
|
||||
- hushlogin
|
||||
- mintty
|
||||
- python
|
||||
- readline
|
||||
- ssh
|
||||
- tmux
|
||||
- vim
|
||||
- packages
|
||||
- bin
|
||||
- bash
|
||||
- dircolors
|
||||
- git
|
||||
- hushlogin
|
||||
- mintty
|
||||
- python
|
||||
- readline
|
||||
- ssh
|
||||
- tmux
|
||||
- vim
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue