
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
6 lines
89 B
YAML
6 lines
89 B
YAML
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
roles:
|
|
- tripleo_container_image_delete
|