copr-be: copy content=, not contents=

This commit is contained in:
Pavel Raiskup 2022-01-06 08:09:31 +01:00
parent 82dba3bbb9
commit d869e7bac5

View file

@ -321,7 +321,7 @@
- name: install offline token for copr-team in RHSM
copy:
contents: "{{ copr_red_hat_subscription_offline_token }}"
content: "{{ copr_red_hat_subscription_offline_token }}"
dest: "{{ rhn_offline_token_file }}"
mode: 0600
owner: resalloc