Skip to content

Commit

Permalink
Create ansible directories (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jul 5, 2024
1 parent 54b510b commit e0a6773
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ sed -i -e "s/ANSIBLE_VERSION/$ansible_version/" /etc/motd

# create required directories
mkdir -p \
/ansible \
/ansible/action_plugins \
/ansible/cache \
/ansible/logs \
/ansible/secrets \
/interface \
/share

Expand Down

0 comments on commit e0a6773

Please sign in to comment.