--- - name: password user: name: root password: "{{ root_password }}" when: root_password is defined - include: ssh.yml - include: fish.yml