More ansible-lint cleanup.

This commit is contained in:
Andreas B. Mundt 2022-06-12 15:10:39 +02:00 committed by Andreas B. Mundt
parent 1db0b6ec31
commit 8eb7c93502

View file

@ -101,7 +101,8 @@
}
#menuentry 'Debian daily (amd64) + preseed + kiosk.yml' {
# linux /d-i/n-a/daily/amd64/linux auto=true priority=critical url=tftp://{{ ansible_hostname }} playbook=kiosk.yml ---
# linux /d-i/n-a/daily/amd64/linux auto=true priority=critical \
# url=tftp://{{ ansible_hostname }} playbook=kiosk.yml ---
# initrd /d-i/n-a/daily/amd64/initrd.gz
#}
marker: "# {mark} ANSIBLE MANAGED BLOCK kiosk"
@ -185,7 +186,7 @@
######################
- name: provide git repo if not available already
- name: provide git repo if not available already # noqa git-latest
git:
repo: 'https://salsa.debian.org/andi/debian-lan-ansible.git'
dest: "{{ repo_dir }}"