Fix examples for bigip_file_copy (#61686)

This commit is contained in:
Yves Martin 2019-09-03 17:16:31 +02:00 committed by ansibot
parent 7e7b7bb0b6
commit c4fd2096bf

View file

@ -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