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: yes
become_user: root become_user: root
tasks:
- name: Copy project/index.php - name: Copy project/index.php
file: copy:
src: /project/index.php src: project/index.php
dst: /var/www/html dest: /var/www/html
owner: apache owner: apache
group: apache group: apache
recurse: yes