Update for ansible-container v0.3.0
authorLorin Hochstein <lhochstein@netflix.com>
Sun, 15 Jan 2017 00:35:52 +0000 (16:35 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sun, 15 Jan 2017 00:35:52 +0000 (16:35 -0800)
ch13/ansible/container.yml
ch13/ansible/meta.yml
ch13/ansible/requirements.txt

index 5515034..d5c276b 100644 (file)
@@ -1,4 +1,4 @@
-version: "1"
+version: "2"
 services:
   # Add your containers here, specifying the base image you want to build from
   # For example:
index 30b07ad..e2054e4 100644 (file)
@@ -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,
index ec84c02..854d21d 100644 (file)
@@ -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