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

This commit is contained in:
Bertrand Lanson 2023-12-13 19:05:01 +01:00
parent b51942bba2
commit 83600bdeb8
4 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'

View File

@ -3,4 +3,5 @@
roles:
- name: ednxzu.manage_repositories
- name: ednxzu.manage_apt_packages
- name: ednxzu.install_docker
- name: ednxzu.docker_systemd_service

View File

@ -3,4 +3,5 @@
roles:
- name: ednxzu.manage_repositories
- name: ednxzu.manage_apt_packages
- name: ednxzu.install_docker
- name: ednxzu.docker_systemd_service