Create network policy directory for canal

This commit is contained in:
Brad Beam
2017-01-04 16:51:11 -06:00
parent 65c86377fc
commit cf042b2a4c
3 changed files with 11 additions and 1 deletions

View File

@@ -68,3 +68,8 @@
owner: root
group: root
changed_when: false
- name: Canal | Create network policy directory
file:
path: "{{ canal_policy_dir }}"
state: directory