X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/aaab69f8d2e45074658c5a11f416dd3e6d9c1d4e..b1c36fac5b2e96f8588d0e3dd2a7e0066c684b53:/tasks/lighttpd_php.yml?ds=inline diff --git a/tasks/lighttpd_php.yml b/tasks/lighttpd_php.yml index a3c7021..26a4a81 100644 --- a/tasks/lighttpd_php.yml +++ b/tasks/lighttpd_php.yml @@ -1,6 +1,6 @@ --- - name: install server specific packages - apt: + ansible.builtin.apt: pkg: - lighttpd - php-cgi @@ -10,5 +10,5 @@ - php-mbstring - php-zip - name: lighttpd - reload service - command: service lighttpd force-reload + ansible.builtin.command: service lighttpd force-reload # eventuell ersetzen durch handler