Minor fixes
- DNS implementation - Fixed missing mount in encrypted volumes - Improved chronograph.sh
This commit is contained in:
@@ -150,3 +150,11 @@
|
||||
loop:
|
||||
- "{{ key_fetch_service }}"
|
||||
- "{{ mount_service }}"
|
||||
|
||||
- name: Mount the volume
|
||||
become: true
|
||||
ansible.posix.mount:
|
||||
path: "{{ mount_point }}"
|
||||
src: /dev/mapper/{{ device_name }}
|
||||
fstype: "{{ fstype }}"
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user