More ansible-lint cleanup.
This commit is contained in:
parent
1db0b6ec31
commit
8eb7c93502
1 changed files with 3 additions and 2 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue