Skip to content

Commit

Permalink
fix typo in playbook.
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Panyarachun <[email protected]>
  • Loading branch information
itsBryantP committed Oct 28, 2024
1 parent 1e3bea8 commit 1bece93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm_concert/cert_renewal/renew_cert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
ansible.builtin.file:
path: "{{ playbook_tmp_dir.path }}"
state: absent
- name: Delete the CSV on z/os
- name: Delete the CSV on z/OS
ansible.builtin.file:
path: /tmp/{{ concert_csv_file }}
state: absent

0 comments on commit 1bece93

Please sign in to comment.