diff --git a/local.yml b/local.yml index d4a29bd..64b542f 100644 --- a/local.yml +++ b/local.yml @@ -12,6 +12,7 @@ state: directory owner: "{{ ansible_env.USER }}" group: "{{ ansible_env.USER }}" + tags: always - name: Write a start message to the playbook log ansible.builtin.shell: > printf "\nStarted playbook '{{ ansible_play_name }}' execution at {{ now() }}\n"