9 lines
258 B
YAML
9 lines
258 B
YAML
---
|
|
# task/main file for provision_ansible_user
|
|
- name: "Import create_user.yml"
|
|
ansible.builtin.include_tasks: create_user.yml
|
|
|
|
- name: "Import add_ssh_keys.yml"
|
|
ansible.builtin.include_tasks: add_ssh_keys.yml
|
|
when: provision_ansible_user_add_ssh_key
|