aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/all-hosts-basic.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/playbooks/all-hosts-basic.yml b/playbooks/all-hosts-basic.yml
index 4917274..f8538e4 100644
--- a/playbooks/all-hosts-basic.yml
+++ b/playbooks/all-hosts-basic.yml
@@ -7,8 +7,8 @@
- hosts: servers
roles:
- - { role : common }
- - { role : tools }
- - { role : sshd }
- - { role : users }
- - { role : git }
+ - { role: common }
+ - { role: tools }
+ - { role: sshd }
+ - { role: users }
+ - { role: git }
remember that computers suck.