Ignore ansible-lint for nebula install block
I'm smarter than it is
This commit is contained in:
parent
f33d19e156
commit
4a69df1d6c
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
||||||
dest: /usr/lib/systemd/system/nebula.service
|
dest: /usr/lib/systemd/system/nebula.service
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
when: ansible_os_family != 'Archlinux'
|
when: ansible_os_family != 'Archlinux'
|
||||||
|
tags:
|
||||||
|
- skip_ansible_lint
|
||||||
notify: restart nebula
|
notify: restart nebula
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue