From 0d9eedb88f7020bc5ce3a8985a4c03403303ba54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Fri, 2 Sep 2022 09:40:03 +0200 Subject: [PATCH] fix: syntax for ansible-lint noqa --- tasks/install_subapp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/install_subapp.yml b/tasks/install_subapp.yml index fb97925..9843ec4 100644 --- a/tasks/install_subapp.yml +++ b/tasks/install_subapp.yml @@ -203,7 +203,8 @@ group: "{{ vault_disapp_group }}" # Bash-Completion funktioniert ab 2020.2 anders, s. Abschnitt AUTOCOMPLETION in perldoc bin/subapp_rosetta.pl und bin/disapp_rosetta.pl -- name: Bash-Completion aktivieren # noqa [command-instead-of-shell] +# https://ansible-lint.readthedocs.io/en/latest/usage/#false-positives-skipping-rules +- name: Bash-Completion aktivieren # noqa command-instead-of-shell ansible.builtin.shell: chdir: "/usr/local/bin/" cmd: "{{ item }}" -- GitLab