default page for domains with no config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2023-07-10 19:13:04 +00:00
parent 0746d45800
commit ddad869586
1 changed files with 8 additions and 0 deletions

View File

@ -85,6 +85,14 @@
group: root
mode: 0644
- name: deploy default index page for domains with no config.
copy:
src: ../files/default_apache_index
dest: /var/www/html/index.php
owner: root
group: root
mode: 0644
- name: Enabling ansible-pull units
systemd:
name: "{{ item }}"