9 lines
143 B
YAML
9 lines
143 B
YAML
- name: Kopiera PHP-filen till värdarna
|
|
tags:
|
|
- index
|
|
- copy
|
|
copy:
|
|
src: ../files/index.php
|
|
dest: /var/www/html/index.php
|
|
|