Créer le fichier index si celui-ci n'existe pas encore
This commit is contained in:
parent
98252ee1fe
commit
a715122199
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
galaxy_info:
|
||||||
|
role_name: tinystatus
|
||||||
|
dependencies: []
|
|
@ -51,7 +51,11 @@
|
||||||
group: "{{ tinystatus_webgrp }}"
|
group: "{{ tinystatus_webgrp }}"
|
||||||
setype: httpd_sys_content_t
|
setype: httpd_sys_content_t
|
||||||
mode: u=rx,g=rxs,o=rx
|
mode: u=rx,g=rxs,o=rx
|
||||||
- name: Création du fichier d'index avec les bonnes permissions
|
- name: Création du fichier si il n'existe pas
|
||||||
|
shell:
|
||||||
|
cmd: "{{ tinystatus_bindir }}/tinystatus.sh"
|
||||||
|
creates: "{{ tinystatus_webdir }}/{{ tinystatus_pagefile }}"
|
||||||
|
- name: Mise en place des permissions
|
||||||
file:
|
file:
|
||||||
path: "{{ tinystatus_webdir }}/{{ tinystatus_pagefile }}"
|
path: "{{ tinystatus_webdir }}/{{ tinystatus_pagefile }}"
|
||||||
state: file
|
state: file
|
||||||
|
|
Loading…
Reference in a new issue