ansible-personal/roles
Alan Orth b87f2e2fb0
roles/common: Use command module instead of shell
You should only use the "shell" module when you need shell functions
like flow control and redirects. Also, the "command" module is safer
because it is not affected by the user's environment.
2017-11-05 00:49:03 +02:00
..
common roles/common: Use command module instead of shell 2017-11-05 00:49:03 +02:00
mariadb roles/mariadb: Remove start/enable task 2017-11-05 00:28:07 +02:00
munin roles/munin: Use systemd module instead of service 2017-11-05 00:27:44 +02:00
nginx roles/nginx: Use systemd module instead of service 2017-11-05 00:27:44 +02:00
php-fpm roles/php-fpm: Update comment about Debian 9 2017-11-05 00:27:44 +02:00