From 2013899ce249fd316d7b3df9a4d79b8936bf0b1c Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Wed, 3 Oct 2018 15:33:14 +0200 Subject: raspbian: add basic Raspbian role ..which just extends the Debian role with a bit of cleanup and config to save on sd-card writes --- roles/raspbian/meta/main.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/raspbian/meta/main.yml (limited to 'roles/raspbian/meta') diff --git a/roles/raspbian/meta/main.yml b/roles/raspbian/meta/main.yml new file mode 100644 index 0000000..3705882 --- /dev/null +++ b/roles/raspbian/meta/main.yml @@ -0,0 +1,5 @@ +--- +dependencies: +- role: debian + +# vim: set ts=2 sw=2 et: -- cgit v1.2.1