Skip to content

Instantly share code, notes, and snippets.

@rubemlrm
Created April 14, 2019 18:50
Show Gist options
  • Save rubemlrm/959d7a499b18958049f1ca5b964a74f4 to your computer and use it in GitHub Desktop.
Save rubemlrm/959d7a499b18958049f1ca5b964a74f4 to your computer and use it in GitHub Desktop.
- name: Install base packages
become: true
become_user: root
become_method: sudo
package:
name: '{{ item }}'
state: present
with_items:
- 'youtube-dl'
- 'numlockx'
- 'nano'
- 'vlc'
- 'visual-studio-code'
- 'etc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment