From f501481ccb47d96d0cde329141deff708f1c272e Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Mon, 1 Jun 2020 13:48:03 +0200 Subject: [PATCH] Add a specific setup role for Raspbian This role will fail for now, Raspbian is not supported by this role as it is. --- tasks/setup-debian-raspbian.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tasks/setup-debian-raspbian.yml diff --git a/tasks/setup-debian-raspbian.yml b/tasks/setup-debian-raspbian.yml new file mode 100644 index 0000000..7465a45 --- /dev/null +++ b/tasks/setup-debian-raspbian.yml @@ -0,0 +1,3 @@ +--- +- fail: + msg: Raspbian is not supported by this role!