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
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:
parent
48d2804837
commit
c1d5913bcc
@ -78,6 +78,7 @@
|
|||||||
- name: "Command docker ps"
|
- name: "Command docker ps"
|
||||||
ansible.builtin.command: "docker ps"
|
ansible.builtin.command: "docker ps"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
become: true
|
||||||
register: docker_ps
|
register: docker_ps
|
||||||
|
|
||||||
- name: "Verify docker interaction"
|
- name: "Verify docker interaction"
|
||||||
|
@ -78,6 +78,7 @@
|
|||||||
- name: "Command docker ps"
|
- name: "Command docker ps"
|
||||||
ansible.builtin.command: "docker ps"
|
ansible.builtin.command: "docker ps"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
become: true
|
||||||
register: docker_ps
|
register: docker_ps
|
||||||
|
|
||||||
- name: "Verify docker interaction"
|
- name: "Verify docker interaction"
|
||||||
|
Loading…
Reference in New Issue
Block a user