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