From 0038dcd90460a56d22e669fa150998c4ac21f523 Mon Sep 17 00:00:00 2001 From: Ronny Date: Thu, 11 Dec 2025 19:17:55 +0000 Subject: [PATCH] fix --- playbooks/install_postgresql.yml.ansible | 6 ++++++ 1 file changed, 6 insertions(+) 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