deploy_gitea_runner/molecule/default/converge.yml

9 lines
186 B
YAML
Raw Normal View History

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