Skip to content

Commit

Permalink
cloud-resources: Include main variables
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Nov 19, 2023
1 parent 68fd76e commit 712125a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy_pgcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 712125a

Please sign in to comment.