Add debug.
This commit is contained in:
parent
1fce7d07f5
commit
0836b00108
@ -44,10 +44,11 @@
|
|||||||
community.general.filesystem:
|
community.general.filesystem:
|
||||||
fstype: ext4
|
fstype: ext4
|
||||||
dev: "{{ volume_output.attachments[0].device }}"
|
dev: "{{ volume_output.attachments[0].device }}"
|
||||||
register: mkfs
|
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- debug: var=mkfs
|
- setup:
|
||||||
|
register: dfacts
|
||||||
|
- debug: var=dfacts
|
||||||
- ansible.builtin.meta: end_host
|
- ansible.builtin.meta: end_host
|
||||||
|
|
||||||
- name: mount /mnt/volumes/{{ volume.name }}
|
- name: mount /mnt/volumes/{{ volume.name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user