Skip to content

Commit

Permalink
uninstall: enhance task's name
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Dec 4, 2024
1 parent f5046ca commit 48babbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/wildfly_uninstall/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
when:
- wildfly_uninstall_delete_group is defined and (wildfly_uninstall_delete_group | bool )

- name: "Delete archive (if path provided)."
- name: "Delete archive (if path provided) {{ wildfly_uninstall_path_to_archive }}"
ansible.builtin.file:
path: "{{ wildfly_uninstall_path_to_archive }}"
state: absent
Expand Down

0 comments on commit 48babbd

Please sign in to comment.