Skip to content

Commit

Permalink
Update postgres molecule tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atsikham authored and to-bar committed Jan 12, 2022
1 parent feb5083 commit 9ce6669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ platforms:
<<: &instance
groups:
- postgresql
image: geerlingguy/docker-ubuntu1804-ansible:python2
image: geerlingguy/docker-ubuntu2004-ansible
pre_build_image: true
capabilities:
- SYS_ADMIN
Expand All @@ -30,9 +30,5 @@ provisioner:
prepare: prepare.yml
converge: converge.yml
verify: ../verify-repmgr.yml
inventory:
group_vars:
postgresql:
ansible_python_interpreter: /usr/bin/python2
verifier:
name: ansible
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ platforms:
- name: instance-1
groups:
- postgresql
image: geerlingguy/docker-ubuntu1804-ansible:python2
image: geerlingguy/docker-ubuntu2004-ansible
pre_build_image: true
capabilities:
- SYS_ADMIN
Expand All @@ -25,9 +25,5 @@ provisioner:
prepare: prepare.yml
converge: converge.yml
verify: ../verify-single-node.yml
inventory:
group_vars:
postgresql:
ansible_python_interpreter: /usr/bin/python2
verifier:
name: ansible

0 comments on commit 9ce6669

Please sign in to comment.