provision_management_user/molecule/with_ssh_keys_vagrant/converge.yml

9 lines
198 B
YAML
Raw Normal View History

---
- name: Converge
hosts: all
2023-12-03 17:10:56 +00:00
become: true
tasks:
- name: "Include ednxzu.provision_management_user"
ansible.builtin.include_role:
name: "ednxzu.provision_management_user"