Skip to content

Commit

Permalink
Set PostgreSQL as optional
Browse files Browse the repository at this point in the history
It was needed by Cachet which passed as optional.

Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Jul 3, 2023
1 parent 2633ecf commit 3c39260
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ testapi_base_url: http://{{ external_ipaddress }}:{{ testapi_port }}
testapi_wait: 30

# postgres
postgres_deploy: true
postgres_deploy: false
postgres_port: 5432
postgres_host: '{{ ipaddress }}'
postgres_username: postgres
Expand Down
1 change: 1 addition & 0 deletions tests/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- hosts: 127.0.0.1
roles:
- role: collivier.xtesting
postgres_deploy: true
cachet_deploy: true
gitlab_deploy: true
influxdb_deploy: true
Expand Down
1 change: 1 addition & 0 deletions tests/twice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- hosts: 127.0.0.1
roles:
- role: collivier.xtesting
postgres_deploy: true
cachet_deploy: true
- role: collivier.xtesting
jenkins_deploy: false
Expand Down

0 comments on commit 3c39260

Please sign in to comment.