diff --git a/molecule/default/verify.yml b/molecule/default/verify.yml index 92086b0..356bbf8 100644 --- a/molecule/default/verify.yml +++ b/molecule/default/verify.yml @@ -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' diff --git a/molecule/default_vagrant/verify.yml b/molecule/default_vagrant/verify.yml index 92086b0..356bbf8 100644 --- a/molecule/default_vagrant/verify.yml +++ b/molecule/default_vagrant/verify.yml @@ -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' diff --git a/molecule/with_docker_host/requirements.yml b/molecule/with_docker_host/requirements.yml index 97a7046..94c5a52 100644 --- a/molecule/with_docker_host/requirements.yml +++ b/molecule/with_docker_host/requirements.yml @@ -3,4 +3,5 @@ roles: - name: ednxzu.manage_repositories - name: ednxzu.manage_apt_packages + - name: ednxzu.install_docker - name: ednxzu.docker_systemd_service diff --git a/molecule/with_docker_host_vagrant/requirements.yml b/molecule/with_docker_host_vagrant/requirements.yml index 97a7046..94c5a52 100644 --- a/molecule/with_docker_host_vagrant/requirements.yml +++ b/molecule/with_docker_host_vagrant/requirements.yml @@ -3,4 +3,5 @@ roles: - name: ednxzu.manage_repositories - name: ednxzu.manage_apt_packages + - name: ednxzu.install_docker - name: ednxzu.docker_systemd_service