Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…twork-dev into 2.10.4
  • Loading branch information
arnaudfroidmont committed Jan 5, 2024
2 parents 261e250 + 05587fd commit d96beb5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion playbooks/roles/localdisk/tasks/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,8 @@
recurse: no
when:
- one_lv | bool
- lv_count.stdout == '0'
- lv_count.stdout == '0'

- name: rebuild initramfs if ubuntu
shell: update-initramfs -k all -u
when: ansible_facts['distribution'] == "Ubuntu"

0 comments on commit d96beb5

Please sign in to comment.