Skip to content
Snippets Groups Projects
Commit 66857c72 authored by Chris Coley's avatar Chris Coley
Browse files

Fixing the APT to adhere to best practices

parent 13d0886d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
- name: Install required packages
apt:
name: '{{ item }}'
state: latest
state: present
with_items:
- i2c-tools
- python-smbus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment