diff --git a/tasks/install_subapp.yml b/tasks/install_subapp.yml index fb97925f6535b70e6414444517d5fda1b20f3f51..9843ec49ca165d33ceee982947486c8bee47e594 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 }}"