Ignore ansible-lint for nebula install block
All checks were successful
/ terraform (push) Successful in 1m28s
/ ansible (push) Successful in 1m48s

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
Signed by: jake
GPG key ID: 57AFB45680EDD477

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