Skip to content

Commit

Permalink
misc: fixup info msg
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Nov 27, 2024
1 parent 12fee7d commit 73f96eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/wildfly_utils/tasks/apply_cp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
register: local_path
delegate_to: localhost

- name: "Check local downloaded archive: {{ patch_bundle }}"
- name: "Check local downloaded archive"
ansible.builtin.stat:
path: "{{ local_path.stat.path }}/{{ patch_bundle }}"
register: local_archive_path
Expand Down

0 comments on commit 73f96eb

Please sign in to comment.