feat: normalize tests, verify playbooks are the same for each backend
All checks were successful
test / Linting (push) Successful in 7s
test / Molecule tests (default, debian11) (push) Successful in 1m55s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m52s
test / Molecule tests (default, ubuntu2204) (push) Successful in 2m0s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 2m11s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m39s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 2m14s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m57s
test / Molecule tests (default, debian12) (push) Successful in 1m29s

This commit is contained in:
Bertrand Lanson 2023-11-30 18:50:59 +01:00
parent 48d2804837
commit c1d5913bcc
2 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@
- name: "Command docker ps"
ansible.builtin.command: "docker ps"
changed_when: false
become: true
register: docker_ps
- name: "Verify docker interaction"

View File

@ -78,6 +78,7 @@
- name: "Command docker ps"
ansible.builtin.command: "docker ps"
changed_when: false
become: true
register: docker_ps
- name: "Verify docker interaction"