Added all

This commit is contained in:
Guillem Hernandez Sola
2025-06-18 14:53:45 +02:00
parent 8acf292daf
commit 54996cadee
2 changed files with 2 additions and 2 deletions

View File

@@ -8,8 +8,8 @@
- name: Copiar el archivo index.php al directorio de la pagina web
copy:
src: ../files/index.php
dest: /var/www/html/index.php
src: ../files/phpinfo.php
dest: /var/www/html/phpinfo.php
owner: www-data
group: www-data
mode: '0644'