Skip to content
Snippets Groups Projects
Commit 624a6e16 authored by Lars Beckers's avatar Lars Beckers
Browse files

silence ansible-lint on special dpkg-reconfigure

parent f5db8947
No related branches found
No related tags found
Loading
......@@ -135,21 +135,21 @@
tags:
- rt
- name: remount /tmp exec to reconfigure RT
- name: remount /tmp exec to reconfigure RT # noqa 303 503
command: mount -o rw,remount,exec /tmp
when: db_init.changed
tags:
- rt
- name: Reconfigure RT
command: dpkg-reconfigure request-tracker4
command: dpkg-reconfigure request-tracker4 # noqa 503
when: db_init.changed
notify:
- restart RT
tags:
- rt
- name: remount /tmp noexec afterwards
- name: remount /tmp noexec afterwards # noqa 303 503
command: mount -o rw,remount,noexec /tmp
when: db_init.changed
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment