It appears that '-' is not valid in role names in collections per https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#roles-directory Change-Id: Id472a75ed71170208acc7cfbc79f7ad18945ea67
8 lines
162 B
YAML
8 lines
162 B
YAML
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
roles:
|
|
- tripleo_container_image_push
|
|
vars:
|
|
tripleo_container_image_push_image: docker.io/library/centos:7
|