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'