From 05e6086e22bdf556cd64dae3c1ec7eba17675bab Mon Sep 17 00:00:00 2001 From: master of disaster Date: Thu, 11 Dec 2025 21:29:13 +0100 Subject: [PATCH] change order --- playbooks/install_postgresql.yml.ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/install_postgresql.yml.ansible b/playbooks/install_postgresql.yml.ansible index 54e61a0..ab85803 100644 --- a/playbooks/install_postgresql.yml.ansible +++ b/playbooks/install_postgresql.yml.ansible @@ -10,7 +10,7 @@ gather_facts: true become: true roles: + - handlers - net_apps - etcd - postgresql - - handlers \ No newline at end of file