Move Linux inventory back to root
This commit is contained in:
parent
8ebb6b96d5
commit
11ed9a9b00
4 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
||||||
. ./roles/home-cli/files/profile
|
. ./roles/home-cli/files/profile
|
||||||
if [ $(uname -s) = FreeBSD ]
|
if [ $(uname -s) = FreeBSD ]
|
||||||
then
|
then
|
||||||
INVENTORY=./inventories/local-freebsd.ini
|
INVENTORY=./inventories/freebsd.ini
|
||||||
else
|
else
|
||||||
INVENTORY=./inventories/local-linux.ini
|
INVENTORY=./local.ini
|
||||||
fi
|
fi
|
||||||
./user-cli.yml -i $INVENTORY
|
./user-cli.yml -i $INVENTORY
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
. ./roles/home-cli/files/profile
|
. ./roles/home-cli/files/profile
|
||||||
if [ $(uname -s) = FreeBSD ]
|
if [ $(uname -s) = FreeBSD ]
|
||||||
then
|
then
|
||||||
INVENTORY=./inventories/local-freebsd.ini
|
INVENTORY=./inventories/freebsd.ini
|
||||||
else
|
else
|
||||||
INVENTORY=./inventories/local-linux.ini
|
INVENTORY=./local.ini
|
||||||
fi
|
fi
|
||||||
./user-gui.yml -i $INVENTORY
|
./user-gui.yml -i $INVENTORY
|
||||||
|
|
Loading…
Reference in a new issue