Fix examples for bigip_file_copy (#61686)
This commit is contained in:
parent
7e7b7bb0b6
commit
c4fd2096bf
1 changed files with 2 additions and 1 deletions
|
@ -95,11 +95,12 @@ EXAMPLES = r'''
|
|||
find:
|
||||
paths: /var/tmp/project
|
||||
patterns: "^.*?\\.(?:html|?:css|?:js)$"
|
||||
use_regex: yes
|
||||
register: f
|
||||
|
||||
- name: Upload a directory of files as a set of iFiles
|
||||
bigip_file_copy:
|
||||
source: "{{ f.path }}"
|
||||
source: "{{ item.path }}"
|
||||
datastore: ifile
|
||||
provider:
|
||||
password: secret
|
||||
|
|
Loading…
Reference in a new issue