Skip to content

Commit

Permalink
use fqcn
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarmu committed Aug 21, 2023
1 parent a1d424c commit 58242c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/filetree_create/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
tags: "{{ valid_tags }}"

- name: "Remind to check all the 'ToDo:' entries in the output files"
debug:
ansible.builtin.debug:
msg: "Please, check the existance of 'ToDo: ' entries in the files generated at '{{ output_path }}' with the following command: grep -R 'ToDo: ' '{{ output_path }}'"
...

0 comments on commit 58242c7

Please sign in to comment.