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
|
@ -1,4 +1,4 @@
|
||||||
- name: Set up development machine
|
- name: Make myself at home :)
|
||||||
hosts: dotfiles
|
hosts: dotfiles
|
||||||
vars_prompt:
|
vars_prompt:
|
||||||
- name: git_user
|
- name: git_user
|
||||||
|
@ -20,3 +20,4 @@
|
||||||
- ssh
|
- ssh
|
||||||
- tmux
|
- tmux
|
||||||
- vim
|
- vim
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue