Fix examples for bigip_file_copy (#61686)

pull/61717/head
Yves Martin 5 years ago committed by ansibot
parent 7e7b7bb0b6
commit c4fd2096bf

@ -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…
Cancel
Save