Skip to content

Instantly share code, notes, and snippets.

@nuada
Created July 6, 2016 11:40
Show Gist options
  • Save nuada/aba98897d5c93ee122b9e10b127ab946 to your computer and use it in GitHub Desktop.
Save nuada/aba98897d5c93ee122b9e10b127ab946 to your computer and use it in GitHub Desktop.
Playbook demonstrating simple workaround if target system lacks Python
---
- hosts: all
gather_facts: no
become: yes
pre_tasks:
- name: install python
raw: sudo apt-get install -y -qq python-minimal
roles:
- some_role
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment