Unverified Commit 7a76afd6 authored by Eugéne Roux's avatar Eugéne Roux Committed by GitHub
Browse files

style(ansible): minor style change (#8356)

parent 88b3f028
...@@ -4,7 +4,7 @@ function ansible-version(){ ...@@ -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
...@@ -25,4 +25,4 @@ alias ainv='ansible-inventory ' ...@@ -25,4 +25,4 @@ alias ainv='ansible-inventory '
alias adoc='ansible-doc ' alias adoc='ansible-doc '
alias agal='ansible-galaxy ' alias agal='ansible-galaxy '
alias apull='ansible-pull ' alias apull='ansible-pull '
alias aval='ansible-vault' alias aval='ansible-vault'
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment