Last active
August 13, 2016 12:36
-
-
Save nicusX/b1e15f51b3c425e2c2c7fec015b8e22f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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