Adds network device to ansible_local.zerotier
Also removes the conditional for skipping installation based on ansible_local.zerotier value. Skipping tasks like that should be up to the user, not the role.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
- import_tasks: install.yml
|
||||
when:
|
||||
- not skip_install|default(false)|bool
|
||||
- ansible_local.zerotier is not defined
|
||||
|
||||
- block:
|
||||
- name: Update ansible_local facts
|
||||
|
||||
Reference in New Issue
Block a user