forked from ansible/ansible-rulebook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement banner output (ansible#625)
Adds banner-type output to ansible-rulebook in the manner previously demonstrated. There's an open question as to how we want to handle outputting events in rule_set_runner.py. The previous code disabled args.print_events if verbosity was 2+ as the logging would output the event. We shouldn't have two different forms of output for the same data and I'd opt for only the args.print_event form in all cases for consistency unless there's specific, great enough value in using the logger when verbosity is 2+. At present, this code forcibly enables args.print_events when verbosity is 2+ so both forms are output. --------- Signed-off-by: Joe Shimkus <[email protected]>
- Loading branch information
1 parent
e17f1cb
commit c72a420
Showing
13 changed files
with
400 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.