Skip to content

Instantly share code, notes, and snippets.

@nicusX
Last active August 13, 2016 12:36
Show Gist options
  • Save nicusX/b1e15f51b3c425e2c2c7fec015b8e22f to your computer and use it in GitHub Desktop.
Save nicusX/b1e15f51b3c425e2c2c7fec015b8e22f to your computer and use it in GitHub Desktop.
- hosts: all
gather_facts: false
tasks:
- name: Install Python
raw: "apt-get -y -q install python"
become: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment