This commit is contained in:
s0dy 2018-11-17 14:50:59 +01:00
parent 6be427f994
commit e4efab89eb

View File

@ -3,10 +3,10 @@
become: yes
become_user: root
tasks:
- name: Copy project/index.php
file:
src: /project/index.php
dst: /var/www/html
copy:
src: project/index.php
dest: /var/www/html
owner: apache
group: apache
recurse: yes