mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-05-28 03:39:54 +00:00
13 lines
226 B
YAML
13 lines
226 B
YAML
---
|
|
- hosts: hifive
|
|
become: yes
|
|
become_user: root
|
|
|
|
- name: Copy project/index.php
|
|
file:
|
|
src: /project/index.php
|
|
dst: /var/www/html
|
|
owner: apache
|
|
group: apache
|
|
recurse: yes
|