Fix malformed role definition
This commit is contained in:
parent
76361de3f1
commit
879e033857
1 changed files with 3 additions and 1 deletions
4
bdd.yml
4
bdd.yml
|
@ -2,4 +2,6 @@
|
|||
---
|
||||
# Install and configure bdd servers at Saclay and at OVH
|
||||
- hosts: bdd
|
||||
roles: postgresql_server
|
||||
roles:
|
||||
- postgresql_server
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue