X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/aaab69f8d2e45074658c5a11f416dd3e6d9c1d4e..e47a93fe0ba130da1a2b506b0ea41c8442b3de18:/tasks/lighttpd_php.yml?ds=sidebyside 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