From fe7fa3fdceb3c3bbe7848bbdb2afd27fb3f565ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 21 Jan 2019 11:42:00 +0100 Subject: [PATCH] add missing state:present for lineinfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- tasks/install.yml | 1 + 1 file changed, 1 insertion(+) 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']