Skip to content

Instantly share code, notes, and snippets.

@arunthampi
Created October 1, 2012 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arunthampi/3811947 to your computer and use it in GitHub Desktop.
Save arunthampi/3811947 to your computer and use it in GitHub Desktop.
Playbook
---
- name: Update APT
action: apt update-cache=yes
tags:
- install
ignore_errors: True
---
- hosts: localhost
connection: local
sudo: True
gather_facts: False
vars:
container_template: ruby_container_template
tasks:
- include: ../tasks/install_deps.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment