1
0
Fork 0
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:
Sonal Karmakar 2026-04-28 16:36:39 +05:30 committed by GitHub
parent 188058ea5b
commit 7697545efb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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