This commit is contained in:
s0dy 2018-11-17 14:34:28 +01:00
parent 6d2b9dfb20
commit ba0771fd71

12
.ansible-ci.yml Normal file
View File

@ -0,0 +1,12 @@
---
- 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