Blog_IMIE/.ansible-ci.yml
2018-11-17 14:34:28 +01:00

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