Skip to content
Snippets Groups Projects
Commit 33bc85ba authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Added role for proto3

parent b233ead7
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,10 @@
# file: roles/cups-client/tasks/main.yml
- name: ensure cups-client is installed
apt: name=cups-client state=latest
apt: name="{{item}}" state=latest
with_items:
- cups-client
- cups-bsd
tags:
- cups-client
- packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment