From 712125afdde9637955cc1d7633557c0680e2c84f Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik Date: Mon, 20 Nov 2023 00:47:39 +0300 Subject: [PATCH] cloud-resources: Include main variables --- deploy_pgcluster.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy_pgcluster.yml b/deploy_pgcluster.yml index 5feb19a38..4a6fc32ad 100644 --- a/deploy_pgcluster.yml +++ b/deploy_pgcluster.yml @@ -3,6 +3,10 @@ hosts: localhost gather_facts: true any_errors_fatal: true + pre_tasks: + - name: Include main variables + ansible.builtin.include_vars: "vars/main.yml" + tags: always roles: - role: cloud-resources when: provision | lower != 'none'