blob: 30c387c65a913da43887897a9e05a4c0bb80e31d (
plain)
| 1
2
3
4
5
6
 | ---
- name: Transfer the fedora_apache pod template
  file: path=/usr/local/etc/pods state=directory
- name: Transfer the fedora_apache pod template
  copy: directory_mode=on src=pods/ dest=/usr/local/etc/pods/
 |