We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5650d7a + b0c98b0 commit 7efef29Copy full SHA for 7efef29
roles/configure-ephemeral/tasks/main.yml
@@ -52,7 +52,6 @@
52
community.general.filesystem:
53
fstype: ext4
54
dev: "{{ ephemeral_device }}"
55
- opts: "-L kolla"
56
57
- name: "Ensure {{ configure_ephemeral_mountpoint }} mountpoint is created"
58
ansible.builtin.file:
@@ -65,6 +64,6 @@
65
64
- name: Mount additional filesystem
66
ansible.posix.mount:
67
path: "{{ configure_ephemeral_mountpoint }}"
68
- src: "LABEL=kolla"
+ src: "{{ ephemeral_device }}"
69
70
state: mounted
0 commit comments