DCD-224: Fix mountpoint creation and remove old task.

This commit is contained in:
Steve Smith
2019-04-01 15:43:56 +11:00
parent 54baed6cca
commit 47210ebb69
2 changed files with 1 additions and 5 deletions

View File

@@ -8,6 +8,6 @@
- name: Create mountpoint
file:
state: directory
path: "{{ atl_shared_mount }}"
path: "{{ atl_shared_mountpoint }}"
owner: "{{ product_user }}"
mode: 0755