diff options
| author | Luke Hoersten <[email protected]> | 2018-01-29 20:31:46 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2018-01-29 20:31:46 -0600 |
| commit | 20494fa997559a95424f6941ea87d17a9fe04bb4 (patch) | |
| tree | 858708f09aebf845b8090aaaa450a51d313cbdc1 /roles/rpi-base/defaults/main.yaml | |
| parent | 004cb6312b6267259d65cac7b34111a3403a6a6c (diff) | |
Renamed base role to rpi-base.
Diffstat (limited to 'roles/rpi-base/defaults/main.yaml')
| -rw-r--r-- | roles/rpi-base/defaults/main.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/rpi-base/defaults/main.yaml b/roles/rpi-base/defaults/main.yaml new file mode 100644 index 0000000..40aef5a --- /dev/null +++ b/roles/rpi-base/defaults/main.yaml @@ -0,0 +1,7 @@ +--- + +ubuntu_base_apt_packages: + - emacs-nox + - python3 + - htop + - jq |
