Blog_IMIE/.ansible-ci.yml
2018-11-17 14:50:59 +01:00

13 lines
214 B
YAML

---
- hosts: hifive
become: yes
become_user: root
tasks:
- name: Copy project/index.php
copy:
src: project/index.php
dest: /var/www/html
owner: apache
group: apache