add folder
This commit is contained in:
parent
128c0a08e7
commit
be476ede17
1 changed files with 9 additions and 0 deletions
|
@ -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
|
- name: Get theme
|
||||||
unarchive:
|
unarchive:
|
||||||
remote_src: true
|
remote_src: true
|
||||||
|
@ -28,6 +35,8 @@
|
||||||
state: link
|
state: link
|
||||||
path: /etc/nagios4/stylesheets
|
path: /etc/nagios4/stylesheets
|
||||||
src: /usr/src/nagio4_theme/stylesheets
|
src: /usr/src/nagio4_theme/stylesheets
|
||||||
|
owner: www-data
|
||||||
|
group: www-data
|
||||||
|
|
||||||
- name: Get custom theme index.php stats
|
- name: Get custom theme index.php stats
|
||||||
stat:
|
stat:
|
||||||
|
|
Loading…
Reference in a new issue