src.nth.io/

summaryrefslogtreecommitdiff
path: root/roles/automationhat
diff options
context:
space:
mode:
Diffstat (limited to 'roles/automationhat')
-rw-r--r--roles/automationhat/tasks/main.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/automationhat/tasks/main.yaml b/roles/automationhat/tasks/main.yaml
index 7e9d6c6..0e08058 100644
--- a/roles/automationhat/tasks/main.yaml
+++ b/roles/automationhat/tasks/main.yaml
@@ -4,8 +4,7 @@
- name: install automationhat apt packages
become: yes
- apt: name="{{item}}"
- with_items: "{{automationhat_apt_packages}}"
+ apt: name="{{automationhat_apt_packages}}"
- name: configure i2c boot config
become: yes