diff --git a/tasks/install.yml b/tasks/install.yml index 50c9b40..ab0a27c 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -16,6 +16,7 @@ path: /etc/tinc/nets.boot regexp: '^{{ tinc_network_name }}$' line: '{{ tinc_network_name }}' + state: present - name: Copy up, down, & refresh scritps tags: ['role::tinc', 'role::tinc:install']