Filipp Chertiev
Filipp Chertiev
I tried to use 'password_hash' module in my playbook, and I got misbehavior when using 'bcrypt' algorithm with the module. **Example playbook:** ``` $ cat _test18.yml - hosts: all tasks:...
There are number of ansible tasks which are implementing file deletions: ``` ./ansible/roles/ami_8_x86_64/tasks/guest.yaml: Delete persistent-net.rules ./ansible/roles/ami_8_x86_64/tasks/cleanup.yaml: Delete DNF leftovers ./ansible/roles/ami_8_x86_64/tasks/cleanup.yaml: Reset DNF history ./ansible/roles/ami_8_x86_64/tasks/cleanup.yaml: Remove temporary files ./ansible/roles/ami_8_x86_64/tasks/cleanup.yaml: Remove log...