From be476ede17e3b148ccd38fc0b0d706062f745177 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 27 Mar 2023 11:55:51 +0300 Subject: [PATCH] add folder --- tasks/configure_custom_theme.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tasks/configure_custom_theme.yml b/tasks/configure_custom_theme.yml index 68b58ce..91ec4cf 100644 --- a/tasks/configure_custom_theme.yml +++ b/tasks/configure_custom_theme.yml @@ -1,4 +1,11 @@ --- +- name: Create custom theme folder + file: + path: /usr/src/nagio4_theme + state: directory + owner: www-data + group: www-data + - name: Get theme unarchive: remote_src: true @@ -28,6 +35,8 @@ state: link path: /etc/nagios4/stylesheets src: /usr/src/nagio4_theme/stylesheets + owner: www-data + group: www-data - name: Get custom theme index.php stats stat: