Converted nginx-webserver index.html to php
This commit is contained in:
@ -9,6 +9,6 @@
|
||||
notify: restart nginx
|
||||
- name: Copy over index.html
|
||||
ansible.builtin.template:
|
||||
src: ./templates/index.html.j2
|
||||
dest: /var/www/html/index.html
|
||||
src: ./templates/index.php.j2
|
||||
dest: /var/www/html/index.php
|
||||
become: true
|
||||
|
Reference in New Issue
Block a user