From: Ullli Date: Thu, 2 Jul 2026 18:20:39 +0000 (+0200) Subject: ansible Module sollen mit FQCN benutzt werden X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/commitdiff_plain/39c527c89d07fae1a240f7d2787f4a5463660924?hp=4463daf154680f769e36022d4bd849af2e8465ff ansible Module sollen mit FQCN benutzt werden --- diff --git a/tasks/autozeugnis_latex.yml b/tasks/autozeugnis_latex.yml index 70fa16a..ae8da91 100644 --- a/tasks/autozeugnis_latex.yml +++ b/tasks/autozeugnis_latex.yml @@ -1,6 +1,6 @@ --- - name: install server specific packages - apt: + ansible.builtin.apt: pkg: - python-is-python3 - pandoc diff --git a/tasks/dovecot.yml b/tasks/dovecot.yml index 8caae7d..9309d70 100644 --- a/tasks/dovecot.yml +++ b/tasks/dovecot.yml @@ -1,6 +1,6 @@ --- - name: install server specific packages - apt: + ansible.builtin.apt: pkg: - dovecot-core - dovecot-imapd diff --git a/tasks/gibbon.yml b/tasks/gibbon.yml index 6c4bc00..8928c14 100644 --- a/tasks/gibbon.yml +++ b/tasks/gibbon.yml @@ -1,6 +1,6 @@ --- - name: install server specific packages - apt: + ansible.builtin.apt: pkg: - apache2 - libapache2-mod-php diff --git a/tasks/iobroker.yml b/tasks/iobroker.yml index 07b471a..760cff3 100644 --- a/tasks/iobroker.yml +++ b/tasks/iobroker.yml @@ -1,5 +1,5 @@ --- - name: install server specific packages - apt: + ansible.builtin.apt: pkg: - curl diff --git a/tasks/kivitendo.yml b/tasks/kivitendo.yml index 5c43226..1457a8f 100644 --- a/tasks/kivitendo.yml +++ b/tasks/kivitendo.yml @@ -1,6 +1,6 @@ --- - name: Install server specific packages - apt: + ansible.buitlin.apt: pkg: - apache2 - git 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 diff --git a/tasks/zulip.yml b/tasks/zulip.yml index 07b471a..760cff3 100644 --- a/tasks/zulip.yml +++ b/tasks/zulip.yml @@ -1,5 +1,5 @@ --- - name: install server specific packages - apt: + ansible.builtin.apt: pkg: - curl