Skip to content

Commit

Permalink
Update deploy_pgcluster.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Sep 22, 2023
1 parent 1e6c38e commit 1960f36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy_pgcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
roles:
- role: cloud-resources
when: provision | lower != 'none'
tags: provision
tags: always

- name: deploy_pgcluster.yml | Perform pre-checks
hosts: all
become: true
become_method: sudo
gather_facts: true
tags: always
any_errors_fatal: true
vars_files:
- vars/main.yml
Expand Down

0 comments on commit 1960f36

Please sign in to comment.