diff --git a/ansible/roles/gitea_runner/molecule/template-content/verify.yml b/ansible/roles/gitea_runner/molecule/template-content/verify.yml index 97a4ff8..9f1fdad 100644 --- a/ansible/roles/gitea_runner/molecule/template-content/verify.yml +++ b/ansible/roles/gitea_runner/molecule/template-content/verify.yml @@ -65,7 +65,7 @@ - "'GITEA-ACTIONS-TASK' in cleanup_script.content | b64decode" - "'status=exited' in cleanup_script.content | b64decode" - "'runner-images/' in cleanup_script.content | b64decode" - - "'--tier' in cleanup_script.content | b64decode" + - "'docker volume prune' in cleanup_script.content | b64decode" - "'label!=' in cleanup_script.content | b64decode" - "'docker system prune' not in cleanup_script.content | b64decode" - "'routine)' in cleanup_script.content | b64decode"