Commit 1bd36a99 authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: netbird services

parent bebcea4a
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -10,4 +10,6 @@
    state: "mounted"
    dump: "0"
    passno: "0"
  when: "ansible_os_family == 'Alpine'"
  when:
    - "ansible_os_family == 'Alpine'"
    - "'netbird0' not in inventory_hostname"