|
|
|
@ -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"
|
|
|
|
|