Fix examples for bigip_file_copy (#61686)

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

@ -95,11 +95,12 @@ EXAMPLES = r'''
find: find:
paths: /var/tmp/project paths: /var/tmp/project
patterns: "^.*?\\.(?:html|?:css|?:js)$" patterns: "^.*?\\.(?:html|?:css|?:js)$"
use_regex: yes
register: f register: f
- name: Upload a directory of files as a set of iFiles - name: Upload a directory of files as a set of iFiles
bigip_file_copy: bigip_file_copy:
source: "{{ f.path }}" source: "{{ item.path }}"
datastore: ifile datastore: ifile
provider: provider:
password: secret password: secret

Loading…
Cancel
Save