Skip to content

Commit

Permalink
Merge pull request #369 from stackhpc/upstream/2024.1-2024-12-16
Browse files Browse the repository at this point in the history
Synchronise 2024.1 with upstream
  • Loading branch information
priteau authored Dec 16, 2024
2 parents 5650d7a + b0c98b0 commit 7efef29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/configure-ephemeral/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
community.general.filesystem:
fstype: ext4
dev: "{{ ephemeral_device }}"
opts: "-L kolla"

- name: "Ensure {{ configure_ephemeral_mountpoint }} mountpoint is created"
ansible.builtin.file:
Expand All @@ -65,6 +64,6 @@
- name: Mount additional filesystem
ansible.posix.mount:
path: "{{ configure_ephemeral_mountpoint }}"
src: "LABEL=kolla"
src: "{{ ephemeral_device }}"
fstype: ext4
state: mounted

0 comments on commit 7efef29

Please sign in to comment.