Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alvaroaleman/149f92dd6fcb2a4f95dc052bf43c859f to your computer and use it in GitHub Desktop.
Save alvaroaleman/149f92dd6fcb2a4f95dc052bf43c859f to your computer and use it in GitHub Desktop.
- name: Install a packge
with_items:
- packageA
- packageB
- packageC
when: packages.item
apt:
name: "{{ item }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment