digitalis-io / k3s-on-prem-production

Playbooks needed to set up an on-premises K3s cluster and securize it
Apache License 2.0
157 stars 45 forks source link

Update: Force bash in "Collect privileged binaries" task #2

Closed morriq closed 2 years ago

morriq commented 2 years ago

Hello,

I've got error running playbook. Solved by

  args:
    executable: /bin/bash

https://github.com/ansible-community/ansible-lint/issues/497

https://stackoverflow.com/questions/35352955/set-illegal-option-on-one-host-but-not-the-other

89luca89 commented 2 years ago

Hi @morriq thanks a lot for your contribution!