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: