Skip to content

Commit

Permalink
Add task to create temporary directory to fix an Ansible warning
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Sep 11, 2022
1 parent 112bcc0 commit bb1a635
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildmoodlebox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
with_fileglob:
- config.yml

- name: Create temporary directory
ansible.builtin.file:
state: directory
path: '/tmp/ansible'
mode: '0775'

post_tasks:
- name: Print out end of build date and time and build duration
ansible.builtin.debug:
Expand Down

0 comments on commit bb1a635

Please sign in to comment.