]> freie-schul-it.de Git - fsit_smgt.git/commitdiff
ansible Module sollen mit FQCN benutzt werden
authorUllli <ullli@freie-schul-it.de>
Thu, 2 Jul 2026 18:20:39 +0000 (20:20 +0200)
committerUllli <ullli@freie-schul-it.de>
Thu, 2 Jul 2026 18:20:39 +0000 (20:20 +0200)
tasks/autozeugnis_latex.yml
tasks/dovecot.yml
tasks/gibbon.yml
tasks/iobroker.yml
tasks/kivitendo.yml
tasks/lighttpd_php.yml
tasks/zulip.yml

index 70fa16a1f516c2f46d6d87c2ca1960edaca54b6b..ae8da9110c9ef5506ce22a21bfbc50f2284c59a6 100644 (file)
@@ -1,6 +1,6 @@
 ---
 - name: install server specific packages
 ---
 - name: install server specific packages
-  apt:
+  ansible.builtin.apt:
     pkg:
       - python-is-python3
       - pandoc
     pkg:
       - python-is-python3
       - pandoc
index 8caae7d05090c81b10818bc9d3e5916e4d0f8e35..9309d70ec88e9ec33749ecc1c17a0ecf9c0fa92f 100644 (file)
@@ -1,6 +1,6 @@
 ---
 - name: install server specific packages
 ---
 - name: install server specific packages
-  apt:
+  ansible.builtin.apt:
     pkg:
     - dovecot-core
     - dovecot-imapd
     pkg:
     - dovecot-core
     - dovecot-imapd
index 6c4bc004de54690bfed1a908a843ecc3c8421e96..8928c14d25f13efc4e148053048cd2795bdeaf09 100644 (file)
@@ -1,6 +1,6 @@
 ---
 - name: install server specific packages
 ---
 - name: install server specific packages
-  apt:
+  ansible.builtin.apt:
     pkg:
     - apache2
     - libapache2-mod-php
     pkg:
     - apache2
     - libapache2-mod-php
index 07b471a0c5f02fed2e5eb564807e308757329258..760cff318b82b08fc58afef386dc82b101fdfd86 100644 (file)
@@ -1,5 +1,5 @@
 ---
 - name: install server specific packages
 ---
 - name: install server specific packages
-  apt:
+  ansible.builtin.apt:
     pkg:
     - curl
     pkg:
     - curl
index 5c432265426b21e6681dd7949bcb9a5028502efb..1457a8f5921cc75a13d993c90b1444d58b646c8a 100644 (file)
@@ -1,6 +1,6 @@
 ---
 - name: Install server specific packages
 ---
 - name: Install server specific packages
-  apt:
+  ansible.buitlin.apt:
     pkg:
     - apache2
     - git
     pkg:
     - apache2
     - git
index a3c7021678db7c381ed45eb225d7f05a16ca1cc4..26a4a818076ded670b06c77181eed570030c626d 100644 (file)
@@ -1,6 +1,6 @@
 ---
 - name: install server specific packages
 ---
 - name: install server specific packages
-  apt:
+  ansible.builtin.apt:
     pkg:
     - lighttpd
     - php-cgi
     pkg:
     - lighttpd
     - php-cgi
@@ -10,5 +10,5 @@
     - php-mbstring
     - php-zip
 - name: lighttpd - reload service
     - php-mbstring
     - php-zip
 - name: lighttpd - reload service
-  command: service lighttpd force-reload
+  ansible.builtin.command: service lighttpd force-reload
 # eventuell ersetzen durch handler
 # eventuell ersetzen durch handler
index 07b471a0c5f02fed2e5eb564807e308757329258..760cff318b82b08fc58afef386dc82b101fdfd86 100644 (file)
@@ -1,5 +1,5 @@
 ---
 - name: install server specific packages
 ---
 - name: install server specific packages
-  apt:
+  ansible.builtin.apt:
     pkg:
     - curl
     pkg:
     - curl