Skip to content

Instantly share code, notes, and snippets.

@slashr
Created May 10, 2016 10:59
Show Gist options
  • Save slashr/b806c701924c2bffc2c385ddacd1434f to your computer and use it in GitHub Desktop.
Save slashr/b806c701924c2bffc2c385ddacd1434f to your computer and use it in GitHub Desktop.
---
- hosts: test
remote_user: ubuntu
become: yes
tasks:
- apt: name=apache2 state=present
become: yes
become_method: sudo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment