From b51942bba20bf2fd36c923bfbb78414f67d75fe0 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Wed, 13 Dec 2023 18:49:55 +0100 Subject: [PATCH] fix(tests): change tests on homedir --- molecule/default/verify.yml | 2 +- molecule/default_vagrant/verify.yml | 2 +- tasks/install_docker.yml | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/molecule/default/verify.yml b/molecule/default/verify.yml index 1ab2967..92086b0 100644 --- a/molecule/default/verify.yml +++ b/molecule/default/verify.yml @@ -84,7 +84,7 @@ - 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 == '0750' + - 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' diff --git a/molecule/default_vagrant/verify.yml b/molecule/default_vagrant/verify.yml index 1ab2967..92086b0 100644 --- a/molecule/default_vagrant/verify.yml +++ b/molecule/default_vagrant/verify.yml @@ -84,7 +84,7 @@ - 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 == '0750' + - 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' diff --git a/tasks/install_docker.yml b/tasks/install_docker.yml index 46b3513..a193dbc 100644 --- a/tasks/install_docker.yml +++ b/tasks/install_docker.yml @@ -3,8 +3,6 @@ - name: "Include ednxzu.docker_systemd_service" ansible.builtin.include_role: name: ednxzu.docker_systemd_service - apply: - become: true vars: docker_systemd_service_container_name: "{{ deploy_gitea_runner_name }}" docker_systemd_service_image: "gitea/act_runner:{{ deploy_gitea_runner_version }}"