deploy_gitea_runner/molecule/with_docker_host/converge.yml

9 lines
186 B
YAML
Raw Normal View History

---
- name: Converge
hosts: all
2023-12-11 18:01:57 +00:00
become: true
tasks:
- name: "Include ednxzu.deploy_gitea_runner"
ansible.builtin.include_role:
name: "ednxzu.deploy_gitea_runner"