summaryrefslogtreecommitdiff
path: root/roles/raspios
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-01-08 23:16:26 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-01-08 23:16:26 +0100
commitbad0b3558e8f2eb02b50815c1ec61d457bdd44ec (patch)
tree66e11b70bdfe8933a3ef567ac3fc765c5adb62c4 /roles/raspios
parentpromzone chaos-at-home: upgrade prometheus components (diff)
parentch-epimetheus now is a RPi CM4 (diff)
Merge branch 'topic/epimetheus-cm4'
Diffstat (limited to 'roles/raspios')
-rw-r--r--roles/raspios/image/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/raspios/image/tasks/main.yml b/roles/raspios/image/tasks/main.yml
index 95fd1407..e7e0cbba 100644
--- a/roles/raspios/image/tasks/main.yml
+++ b/roles/raspios/image/tasks/main.yml
@@ -1,4 +1,10 @@
---
+- name: check if host is member of the raspios group
+ assert:
+ msg: "please add the host to the group 'raspios'"
+ that:
+ - "'raspios' in group_names"
+
- name: fetch os list from download server
check_mode: no
uri: