mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Move color coding bits to module, use over rest of playbook
This commit is contained in:
@@ -25,6 +25,7 @@ import yaml
|
||||
import optparse
|
||||
import operator
|
||||
from ansible import errors
|
||||
from ansible import color
|
||||
import ansible.constants as C
|
||||
|
||||
try:
|
||||
@@ -329,3 +330,5 @@ def base_parser(constants=C, usage="", output_opts=False, runas_opts=False, asyn
|
||||
|
||||
return parser
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user