fix(tests): remove inconsistent directory permission test
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian11) (push) Successful in 1m42s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m53s
test / Molecule tests (default, debian12) (push) Successful in 2m23s
test / Molecule tests (with_docker_host, debian11) (push) Successful in 1m48s
test / Molecule tests (default, ubuntu2204) (push) Successful in 2m13s
test / Molecule tests (with_docker_host, debian12) (push) Successful in 1m34s
test / Molecule tests (with_docker_host, ubuntu2204) (push) Successful in 1m47s
test / Molecule tests (with_docker_host, ubuntu2004) (push) Successful in 2m14s
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian11) (push) Successful in 1m42s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m53s
test / Molecule tests (default, debian12) (push) Successful in 2m23s
test / Molecule tests (with_docker_host, debian11) (push) Successful in 1m48s
test / Molecule tests (default, ubuntu2204) (push) Successful in 2m13s
test / Molecule tests (with_docker_host, debian12) (push) Successful in 1m34s
test / Molecule tests (with_docker_host, ubuntu2204) (push) Successful in 1m47s
test / Molecule tests (with_docker_host, ubuntu2004) (push) Successful in 2m14s
This commit is contained in:
parent
b51942bba2
commit
83600bdeb8
@ -84,7 +84,6 @@
|
||||
- stat_opt_gitea_actions.stat.isdir
|
||||
- stat_opt_gitea_actions.stat.pw_name == 'act_runner'
|
||||
- stat_opt_gitea_actions.stat.gr_name == 'act_runner'
|
||||
- stat_opt_gitea_actions.stat.mode == '0755'
|
||||
- stat_opt_gitea_actions_version.stat.exists
|
||||
- stat_opt_gitea_actions_version.stat.isreg
|
||||
- stat_opt_gitea_actions_version.stat.pw_name == 'root'
|
||||
|
@ -84,7 +84,6 @@
|
||||
- stat_opt_gitea_actions.stat.isdir
|
||||
- stat_opt_gitea_actions.stat.pw_name == 'act_runner'
|
||||
- stat_opt_gitea_actions.stat.gr_name == 'act_runner'
|
||||
- stat_opt_gitea_actions.stat.mode == '0755'
|
||||
- stat_opt_gitea_actions_version.stat.exists
|
||||
- stat_opt_gitea_actions_version.stat.isreg
|
||||
- stat_opt_gitea_actions_version.stat.pw_name == 'root'
|
||||
|
@ -3,4 +3,5 @@
|
||||
roles:
|
||||
- name: ednxzu.manage_repositories
|
||||
- name: ednxzu.manage_apt_packages
|
||||
- name: ednxzu.install_docker
|
||||
- name: ednxzu.docker_systemd_service
|
||||
|
@ -3,4 +3,5 @@
|
||||
roles:
|
||||
- name: ednxzu.manage_repositories
|
||||
- name: ednxzu.manage_apt_packages
|
||||
- name: ednxzu.install_docker
|
||||
- name: ednxzu.docker_systemd_service
|
||||
|
Loading…
Reference in New Issue
Block a user