ansible-role-refstack-client/infrared_plugin/main.yml
Martin Kopec b2bd953ec2 Comply with ansible lint
Adds openstack-tox-linters job and edits the source code
so that it complies with the ansible and yaml lint.
Also creates requirements files, setup.* files and tox.ini
one according the other ansible-role-* projects.

Change-Id: If538c081a9f0f462714381baab002de5b403fde0
2020-10-15 13:58:05 +00:00

15 lines
344 B
YAML

---
# This file and plugin.spec are required by Infrared project
- hosts: tester
tasks:
- name: Remap infrared parameters to role variables
set_fact:
"{{ item.key }}": "{{ item.value }}"
with_dict: "{{ test }}"
- name: ansible-role-refstack-client
include_role:
name: ansible-role-refstack-client