Skip to content

Commit

Permalink
Print data_share_source
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Sep 12, 2024
1 parent a6d269c commit 46d4edb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/storage/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# tasks file for storage
- name: Move /home from root disk to other disk
include_tasks: home.yml
- name: Source of shared data is
debug:
var: shared_data_source
- name: Mount data from Samba share
include_tasks: data-samba.yml
when: shared_data_source == 'samba' and samba_password is defined
Expand Down

0 comments on commit 46d4edb

Please sign in to comment.