Actions
User story #13081
closedPossibilites to not reporting some methods
Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
Web - Config management
Target version:
Pull Request:
UX impact:
Suggestion strength:
Advise - This would make Rudder significantly better | easier | simpler
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
Hi,
We have this scenario :
- We create a technique with two methods: « Package verify » and « Variable string »
- We want to execute « Variable string » method only if « package_install_xxxx_kept » is true but we don't want reporting result of « Package verify » execution.
Why we don't want reporting this ? Because « Package verify » is just a conditional (dependencies) method for our technique. If package exist or not we don't care.
We looking for something like Ansible ignore_errors parameter (https://docs.ansible.com/ansible/2.6/user_guide/playbooks_error_handling.html#ignoring-failed-commands).
Thanks
Actions