1
0
Fork 0
ynh-lydra-ansible-yunohost/tasks
Arthur BOUDREAULT c23177170e ♻refactor: Command ansible module across the repo for better security
Shell module is not needed here.

According to various sources (https://www.youtube.com/watch?v=57gAqKvAKck or https://stackoverflow.com/questions/56663332/difference-between-shell-and-command-in-ansible) it is not useful to use shell ansible module when not working with operands. Therefore I have decided to switch every actions to command module, more secure. Ansible-lint says "Shell should only be used when piping, redirecting or chaining commands"
2021-10-12 14:00:56 +00:00
..
apps.yml ♻refactor: Command ansible module across the repo for better security 2021-10-12 14:00:56 +00:00
domains.yml ♻refactor: Command ansible module across the repo for better security 2021-10-12 14:00:56 +00:00
main.yml ♻refactor: Command ansible module across the repo for better security 2021-10-12 14:00:56 +00:00
users.yml ♻refactor: Command ansible module across the repo for better security 2021-10-12 14:00:56 +00:00