From 7240c553bf9e85c8caf7a9479bdfbc2c10fe331a Mon Sep 17 00:00:00 2001 From: Simeon Keske Date: Tue, 26 May 2020 15:42:41 +0200 Subject: [PATCH] allow to install the webinterface on a machine, where bird is not installed --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index d3be4d7..06b7ce5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -18,7 +18,6 @@ user: name: "{{ bird_lg_user }}" group: "{{ bird_lg_group }}" - home: "{{ bird_lg_install_path }}" create_home: no system: yes @@ -27,6 +26,7 @@ name: '{{ bird_lg_user }}' groups: "bird" append: yes + when: bird_lg_proxy_enabled - name: Create installation Directory file: