mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
style(ansible): minor style change (#8356)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user