tripleo-common/releasenotes/notes/adds-ansible-actions-4da45efa8a98cade.yaml
Ryan Brady e6c8a46f00 Adds ansible actions
This patch adds actions to execute Ansible modules and playbooks.
These actions are added here for the Pike release, but intended
to be migrated to the mistral-extra project for the Queens release.
This code originated from the mistral-ansible-actions repository[1].

[1] https://github.com/d0ugal/mistral-ansible-actions

Co-Authored-By: Dougal Matthews <dougal@redhat.com>
Co-Authored-By: Flavio Percoco <fpercoco@redhat.com>
Co-Authored-By: Giulio Fidente <gfidente@redhat.com>
Co-Authored-By: John Fulton <fulton@redhat.com>

Change-Id: I18fab81842daef609714e141ec1f002e3cf1a0f9
2017-06-11 19:18:56 -04:00

11 lines
328 B
YAML

---
features:
- |
Adds actions for calling ansible and ansible playbook executables from a
workflow.
deprecations:
- |
The actions for calling ansible and ansible playbook executables from a
workflow will be removed in the Queens release as they are intended to
be migrated to the mistral-extra project.