Hi,
I was just reading about the --container-enabled option for ansible-galaxy init when creating new roles on http://docs.ansible.com/ansible/galaxy.html#container-enabled. However I can’t seem to find any reference to which version of ansible-galaxy this is available on to get access to the feature. I’ve got ansible-galaxy 2.2.1.0 and the init help doesn’t say anything about the feature. How do you create an ansible role with that is container enabled as mentioned in the doc? It says:
Container Enabled
If you are creating a Container Enabled role, use the –container-enabled option. This will create the same directory structure as above, but populate it with default files appropriate for a Container Enabled role. For instance, the README.md has a slightly different structure, the .travis.yml file tests the role using Ansible Container, and the meta directory includes a container.yml file.