Skip to content

Commit

Permalink
local.defaults: Add a suffix part to backend variable
Browse files Browse the repository at this point in the history
This is in preparation to add support for configuring shares with
recently merged new ceph vfs module.

Signed-off-by: Anoop C S <[email protected]>
  • Loading branch information
anoopcs9 committed Aug 5, 2024
1 parent b0e5af7 commit cacd5a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/roles/local.defaults/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
os: "{{ use_distro | default('centos9') }}"
be: "{{ (backend | default('xfs') | split('.'))[0] }}"
variant: "{{ (backend | default('xfs') | split('.'))[1] | default('default') }}"
suffix: "{{ (backend | default('xfs') | split('.', 2))[2] | default('default') }}"
block:
- name: Load global settings
include_vars:
Expand Down

0 comments on commit cacd5a7

Please sign in to comment.