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

fix: syntax for ansible-lint noqa

parent d6510777
No related branches found
No related tags found
1 merge request!2merge feat_ND-2363_ND-2323 into master
......@@ -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 }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment