add note about ignore_errors

Note that collect tasks are executed with
ignore_errors.

Change-Id: I0d2e9060edf79362f5ad5c1823ee6a5d8cd975f2
This commit is contained in:
Wes Hayutin 2019-10-08 09:34:52 -06:00
parent dfcf99c061
commit 3a344a0ab0

View File

@ -137,6 +137,10 @@ Example Playbook
roles:
- collect-logs
** Note:
The tasks that collect data from the nodes is executed with ignore_errors.
For `example: <https://opendev.org/openstack/ansible-role-collect-logs/src/branch/master/tasks/collect/system.yml#L3>`__
Templated Bash to rST Conversion Notes
--------------------------------------