mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-12 20:21:02 +01:00
style(ansible): minor style change (#8356)
This commit is contained in:
parent
88b3f028f4
commit
7a76afd61e
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ function ansible-version(){
|
||||||
}
|
}
|
||||||
|
|
||||||
function ansible-role-init(){
|
function ansible-role-init(){
|
||||||
if ! [ -z $1] ; then
|
if ! [ -z $1 ] ; then
|
||||||
echo "Ansible Role : $1 Creating...."
|
echo "Ansible Role : $1 Creating...."
|
||||||
ansible-galaxy init $1
|
ansible-galaxy init $1
|
||||||
tree $1
|
tree $1
|
||||||
|
|
Loading…
Reference in a new issue