update path
This commit is contained in:
@@ -1 +1 @@
|
||||
file_path: /var/www/html
|
||||
file_path: /var/www/html/reports
|
||||
@@ -1 +1 @@
|
||||
file_path: /var/www/html
|
||||
file_path: /var/www/html/reports
|
||||
@@ -14,6 +14,16 @@
|
||||
state: latest
|
||||
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:
|
||||
name: httpd
|
||||
state: started
|
||||
|
||||
Reference in New Issue
Block a user