Skip to content

Commit

Permalink
Fix failure with running playbook with --check mode
Browse files Browse the repository at this point in the history
  • Loading branch information
WStechura committed Nov 26, 2024
1 parent 781da06 commit c17b2a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/oneagent/tasks/provide-installer/signature-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
environment:
SSL_CERT_FILE: "{{ oneagent_ca_cert_download_cert | default(omit) }}"
when: oneagent_force_cert_download | default(true) or not _oneagent_ca_cert_state.stat.exists
changed_when: false

- name: Validate installer signature
ansible.builtin.shell: >
Expand Down

0 comments on commit c17b2a9

Please sign in to comment.