7 lines
123 B
YAML
7 lines
123 B
YAML
---
|
|
- name: Set root password
|
|
user:
|
|
name: root
|
|
shell: "{{ root_shell }}"
|
|
password: "{{ root_password }}"
|
|
...
|