Skip to content

Commit

Permalink
Create jail log directory
Browse files Browse the repository at this point in the history
  • Loading branch information
seankelly committed Dec 3, 2014
1 parent b0e2b27 commit 9314fb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/jail/tasks/main.yml
Expand Up @@ -8,6 +8,11 @@
src: ezjail.conf
dest: /usr/local/etc/ezjail.conf

- name: Create jail log directory
file:
path: '{{ jail_log_dir }}'
state: directory

- name: Populate basejail
command: ezjail-admin install -p
args:
Expand Down

0 comments on commit 9314fb9

Please sign in to comment.