1
0
mirror of https://github.com/inofix/common-playbooks.git synced 2026-02-05 12:45:29 +01:00

Move missing task to its role

Move the multi-copy task to its proper role and add grammer to a
sentence.
This commit is contained in:
Michael Lustenberger
2016-08-02 23:24:42 +02:00
parent fa854d3da4
commit 9f866af578
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
- name: copy web site related file(s) to remote host
- name: copy files to the remote host
copy:
src: '{{ workdir }}/{{ fqdn }}/{{ item }}'
dest: '{{ dest }}'

View File

@@ -1,4 +1,4 @@
- name: get files from remote host
- name: get files from the remote host
fetch:
src: '{{ item }}'
dest: '{{ dest }}'