It at least tried to run this time, but failed on the first real task (users.yml)

This commit is contained in:
Hyperling
2020-12-31 18:13:15 -06:00
parent 199dec88da
commit f7aa0ccf89
2 changed files with 11 additions and 3 deletions

@ -1,3 +1,11 @@
# TODO This does not work in FreeBSD yet.
#TASK [Create Ansible User] *****************************************************
#fatal: [freeboy]: FAILED! => {"changed": false, "msg": "pw: the password db file is busy\n", "name": "hyper", "rc": 1}
#changed: [localhost]
#
#TASK [Add Ansible Sudoers File] ************************************************
#fatal: [localhost]: FAILED! => {"changed": false, "checksum": "154cc146010b36e25502dfe9a7f6b09fec8bbf43", "msg": "Destination directory /etc/sudoers.d does not exist"}
- name: Create Ansible User
user:
name: hyper