Clearing up some lint complaints
This commit is contained in:
parent
7fee7bdcf1
commit
0eafe43b7f
@ -5,7 +5,7 @@
|
||||
- hosts: pistorage
|
||||
tasks:
|
||||
- name: assure mount directory
|
||||
file: path=/data state=directory
|
||||
file: path=/data state=directory mode=0755
|
||||
tags: [ pis, storage ]
|
||||
- name: assure mount
|
||||
mount: path=/data src=LABEL=mass state=mounted fstype=ext4
|
||||
@ -13,7 +13,7 @@
|
||||
- hosts: pi-storage-1.desu.ltd
|
||||
tasks:
|
||||
- name: assure directories in mount
|
||||
file: path=/data/{{ item }} state=directory
|
||||
file: path=/data/{{ item }} state=directory mode=0755
|
||||
with_items:
|
||||
- nfs
|
||||
- postgresql
|
||||
|
Loading…
Reference in New Issue
Block a user