summaryrefslogtreecommitdiff
path: root/roles/raspios/image/tasks
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-01-08 23:16:09 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-01-08 23:16:09 +0100
commit15bdc78c65159834c9a3335c88053589535549ef (patch)
tree66e11b70bdfe8933a3ef567ac3fc765c5adb62c4 /roles/raspios/image/tasks
parentpromzone chaos-at-home: upgrade prometheus components (diff)
ch-epimetheus now is a RPi CM4
Diffstat (limited to 'roles/raspios/image/tasks')
-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: