Skip to content

Instantly share code, notes, and snippets.

@fcuny
Last active August 29, 2015 14:24
Show Gist options
  • Save fcuny/fae46135ad0f3581ce6b to your computer and use it in GitHub Desktop.
Save fcuny/fae46135ad0f3581ce6b to your computer and use it in GitHub Desktop.
-
hosts: all
sudo: yes
tasks:
- name: Install htop
apt: pkg=htop state=installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment