From 8178d71f9202c7d1bebbaa779860b997e233587a Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 14 Jan 2017 16:35:52 -0800 Subject: [PATCH] Update for ansible-container v0.3.0 --- ch13/ansible/container.yml | 2 +- ch13/ansible/meta.yml | 2 +- ch13/ansible/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ch13/ansible/container.yml b/ch13/ansible/container.yml index 5515034..d5c276b 100644 --- a/ch13/ansible/container.yml +++ b/ch13/ansible/container.yml @@ -1,4 +1,4 @@ -version: "1" +version: "2" services: # Add your containers here, specifying the base image you want to build from # For example: diff --git a/ch13/ansible/meta.yml b/ch13/ansible/meta.yml index 30b07ad..e2054e4 100644 --- a/ch13/ansible/meta.yml +++ b/ch13/ansible/meta.yml @@ -15,7 +15,7 @@ galaxy_info: # - CC-BY license: Apache - min_ansible_container_version: 0.2.0 + min_ansible_container_version: 0.3.0-pre # Optionally specify the branch Galaxy will use when accessing the GitHub # repo for this role. During role install, if no tags are available, diff --git a/ch13/ansible/requirements.txt b/ch13/ansible/requirements.txt index ec84c02..854d21d 100644 --- a/ch13/ansible/requirements.txt +++ b/ch13/ansible/requirements.txt @@ -1,3 +1,3 @@ # These are the python requirements for your Ansible Container builder. # You do not need to include Ansible itself in this file. -docker-py==1.8.0 \ No newline at end of file +docker-py==1.10.6 \ No newline at end of file -- 2.44.0