Ignore ansible-lint for nebula install block

I'm smarter than it is
This commit is contained in:
Jake Howard
2024-01-08 21:49:38 +00:00
parent f33d19e156
commit 4a69df1d6c

View File

@ -26,6 +26,8 @@
dest: /usr/lib/systemd/system/nebula.service
mode: "0644"
when: ansible_os_family != 'Archlinux'
tags:
- skip_ansible_lint
notify: restart nebula
become: true