diff --git a/playbooks/install_postgresql.yml.ansible b/playbooks/install_postgresql.yml.ansible index 0a0847c..9eee185 100644 --- a/playbooks/install_postgresql.yml.ansible +++ b/playbooks/install_postgresql.yml.ansible @@ -1,3 +1,9 @@ +- hosts: + - dev + gather_facts: true + become: true + roles: + - net_apps - hosts: - postgresql gather_facts: true