add folder

This commit is contained in:
Antonio J. Delgado 2023-03-27 11:55:51 +03:00
parent 128c0a08e7
commit be476ede17

View file

@ -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: