mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-01-03 07:41:58 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
18 lines
363 B
Nu
18 lines
363 B
Nu
# Show version and config
|
|
extern "ansible-galaxy" [
|
|
--version # Show version and config
|
|
--verbose(-v) # Verbose mode (-vvv for more, -vvvv for connection debugging)
|
|
...args
|
|
]
|
|
|
|
#
|
|
extern "ansible-galaxy download\t'Download collections as tarball" [
|
|
|
|
...args
|
|
]
|
|
|
|
#
|
|
extern "ansible-galaxy init\t'Initialize new role with the base structure" [
|
|
|
|
...args
|
|
] |