Skip to content

Commit

Permalink
add python3-debian for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Dec 6, 2023
1 parent 10fb307 commit 56b0128
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions molecule/mongodb/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
name: bash
state: present

- name: python3-debian required for deb822
ansible.builtin.apt:
name: python3-debian
state: present

# fix Illegal option -o pipefail
- name: Set default interactive shell to bash (used by scripts)
ansible.builtin.file:
Expand Down
5 changes: 5 additions & 0 deletions molecule/mysql/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
update_cache: true
cache_valid_time: 600

- name: python3-debian required for deb822
ansible.builtin.apt:
name: python3-debian
state: present

roles:
- role: alphanodes.setup.mysql

Expand Down
5 changes: 5 additions & 0 deletions molecule/mysql_client/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
update_cache: true
cache_valid_time: 600

- name: python3-debian required for deb822
ansible.builtin.apt:
name: python3-debian
state: present

roles:
- role: alphanodes.setup.mysql_client

Expand Down
5 changes: 5 additions & 0 deletions molecule/nodejs/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
update_cache: true
cache_valid_time: 600

- name: python3-debian required for deb822
ansible.builtin.apt:
name: python3-debian
state: present

vars:
nodejs_install_npm_user: root
npm_config_prefix: /root/.npm-global
Expand Down
5 changes: 5 additions & 0 deletions molecule/postgresql/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
cache_valid_time: 600
changed_when: false

- name: python3-debian required for deb822
ansible.builtin.apt:
name: python3-debian
state: present

roles:
- role: alphanodes.setup.postgresql
5 changes: 5 additions & 0 deletions molecule/postgresql_client/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@
cache_valid_time: 600
changed_when: false

- name: python3-debian required for deb822
ansible.builtin.apt:
name: python3-debian
state: present

roles:
- role: alphanodes.setup.postgresql_client

0 comments on commit 56b0128

Please sign in to comment.