add missing state:present for lineinfile

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-01-21 11:42:00 +01:00
parent ec6e178bf0
commit fe7fa3fdce
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -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']