mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-30 07:50:43 +00:00
Applying FQCN for the ansible.builtin.copy module
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
188058ea5b
commit
7697545efb
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ EXAMPLES = r"""
|
|||
register: token_result
|
||||
|
||||
- name: Save Jenkins token to CSV (you must secure/encrypt separately)
|
||||
copy:
|
||||
ansible.builtin.copy:
|
||||
dest: /secure/path/jenkins_tokens.csv
|
||||
mode: '0600'
|
||||
content: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue