mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-08 00:09:55 +00:00
test
This commit is contained in:
parent
6be427f994
commit
e4efab89eb
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user