Add debug.

This commit is contained in:
yohan 2024-10-19 21:23:02 +02:00
parent 9474e9cc59
commit de43ce1b63

View File

@ -40,6 +40,9 @@
OS_REGION_NAME: "{{ OS_REGION_NAME }}"
register: volume_output
- debug: var=volume_output
- ansible.builtin.meta: end_host
- name: Create a ext4 filesystem on {{ volume.name }} volume
community.general.filesystem:
fstype: ext4