mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-12 18:19:30 +00:00
test
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user