Skip to content

Commit 1aff68d

Browse files
committed
smbd: fix typos in volume group task
Fixes: 1bdc2ac ("playbooks: Add a role to create an LVM volume group") Signed-off-by: Scott Mayhew <[email protected]>
1 parent c31459d commit 1aff68d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/roles/smbd/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
mode: 0644
2424

2525
- name: Set up a volume group on local block devices
26-
ansbiel.builtin.include_role:
26+
ansible.builtin.include_role:
2727
name: volume_group
28-
var:
28+
vars:
2929
volume_group_name: "shares"
3030
volume_device_prefix: "{{ smbd_share_device_prefix }}"
3131
volume_device_count: "{{ smbd_share_device_count }}"

0 commit comments

Comments
 (0)