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:
@@ -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 }}'
|
||||
@@ -1,4 +1,4 @@
|
||||
- name: get files from remote host
|
||||
- name: get files from the remote host
|
||||
fetch:
|
||||
src: '{{ item }}'
|
||||
dest: '{{ dest }}'
|
||||
|
||||
Reference in New Issue
Block a user