summaryrefslogtreecommitdiff
path: root/playbook.bash
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-10-27 13:20:07 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-10-27 13:20:07 +0200
commit27d48e4dec3e2eee30d6000f16dc7eb8f67b85eb (patch)
tree665d5dd41f90fbff7bf33c216722ab8783d698cb /playbook.bash
parent489882743e6e607d04df2f9a5a7ed8a4966a404e (diff)
Include open-iscsi in k3s-master nodesHEADmaster
Diffstat (limited to 'playbook.bash')
-rw-r--r--playbook.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbook.bash b/playbook.bash
index 6df86ab..49b6ee8 100644
--- a/playbook.bash
+++ b/playbook.bash
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
playbook_add() {
- pkg install curl nfs-common
+ pkg install curl nfs-common open-iscsi
case "${BASHTARD_PLATFORM[key]}" in
linux-debian_gnu_linux|linux-ubuntu)