update path

This commit is contained in:
willtome
2022-03-23 17:16:37 -04:00
parent a9af0aa7dd
commit 1b965d7191
3 changed files with 12 additions and 2 deletions

View File

@@ -1 +1 @@
file_path: /var/www/html file_path: /var/www/html/reports

View File

@@ -1 +1 @@
file_path: /var/www/html file_path: /var/www/html/reports

View File

@@ -14,6 +14,16 @@
state: latest state: latest
check_mode: no check_mode: no
- file:
path: /var/www/html/reports/
state: directory
check_mode: no
- copy:
dest: /var/www/html/reports/.htaccess
content: Options +Indexes
check_mode: no
- service: - service:
name: httpd name: httpd
state: started state: started