Bertrand Lanson
652d621187
Some checks are pending
test / Linting (push) Waiting to run
test / Molecule tests (default, debian11) (push) Blocked by required conditions
test / Molecule tests (default, debian12) (push) Blocked by required conditions
test / Molecule tests (default, ubuntu2004) (push) Blocked by required conditions
test / Molecule tests (default, ubuntu2204) (push) Blocked by required conditions
test / Molecule tests (with_ssh_keys, debian11) (push) Blocked by required conditions
test / Molecule tests (with_ssh_keys, debian12) (push) Blocked by required conditions
test / Molecule tests (with_ssh_keys, ubuntu2004) (push) Blocked by required conditions
test / Molecule tests (with_ssh_keys, ubuntu2204) (push) Blocked by required conditions
9 lines
200 B
YAML
9 lines
200 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
become: true
|
|
tasks:
|
|
- name: "Include ednz_cloud.provision_ansible_user"
|
|
ansible.builtin.include_role:
|
|
name: "ednz_cloud.provision_ansible_user"
|