ansible-toolbox icon indicating copy to clipboard operation
ansible-toolbox copied to clipboard

doesn't work, at least not on mac. Also pattern matching too restrictive

Open kundeng opened this issue 6 years ago • 0 comments

../ansible-toolbox/bin/atb-role-deps.sh ansible/site.yml cut: illegal option -- - usage: cut -b list [-n] [file ...] cut -c list [file ...] cut -f list [-s] [-d delim] [file ...]

Find dependencies in the specified playbook

find_dependencies() { grep ' - ...' "${playbook}"
| cut --characters=7-
| sort --unique }

kundeng avatar Nov 21 '19 23:11 kundeng