Skip to content
Snippets Groups Projects
Commit 9e666af2 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: replace deprecated ansible-lint exception

parent 2adcede0
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
# symlink /etc/apache2/conf-available/serve-cgi-bin.conf to /etc/apache2/conf-enabled/ # symlink /etc/apache2/conf-available/serve-cgi-bin.conf to /etc/apache2/conf-enabled/
- name: CGI-Extension-Config aktivieren - name: CGI-Extension-Config aktivieren
ansible.builtin.command: "/usr/sbin/a2enconf serve-cgi-bin" # noqa 301 ansible.builtin.command: "/usr/sbin/a2enconf serve-cgi-bin" # noqa no-changed-when
when: not "(enabled by site administrator)" in a2query.stdout when: not "(enabled by site administrator)" in a2query.stdout
register: a2enconf register: a2enconf
changed_when: not "already enabled" in a2enconf.stdout changed_when: not "already enabled" in a2enconf.stdout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment