provision_ansible_user/molecule/default/converge.yml
Bertrand Lanson 3f41dbee11
All checks were successful
test / Linting (push) Successful in 24s
test / Molecule tests (default, debian11) (push) Successful in 33s
test / Molecule tests (default, debian12) (push) Successful in 32s
test / Molecule tests (default, ubuntu2004) (push) Successful in 27s
test / Molecule tests (default, ubuntu2204) (push) Successful in 27s
test / Molecule tests (with_ssh_keys, debian11) (push) Successful in 35s
test / Molecule tests (with_ssh_keys, debian12) (push) Successful in 30s
test / Molecule tests (with_ssh_keys, ubuntu2004) (push) Successful in 30s
test / Molecule tests (with_ssh_keys, ubuntu2204) (push) Successful in 35s
feat: remove become frome role, fix #1
2023-12-03 18:08:11 +01:00

9 lines
192 B
YAML

---
- name: Converge
hosts: all
become: true
tasks:
- name: "Include ednxzu.provision_ansible_user"
ansible.builtin.include_role:
name: "ednxzu.provision_ansible_user"