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
|
||||
if [ $(uname -s) = FreeBSD ]
|
||||
then
|
||||
INVENTORY=./inventories/local-freebsd.ini
|
||||
INVENTORY=./inventories/freebsd.ini
|
||||
else
|
||||
INVENTORY=./inventories/local-linux.ini
|
||||
INVENTORY=./local.ini
|
||||
fi
|
||||
./user-cli.yml -i $INVENTORY
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
. ./roles/home-cli/files/profile
|
||||
if [ $(uname -s) = FreeBSD ]
|
||||
then
|
||||
INVENTORY=./inventories/local-freebsd.ini
|
||||
INVENTORY=./inventories/freebsd.ini
|
||||
else
|
||||
INVENTORY=./inventories/local-linux.ini
|
||||
INVENTORY=./local.ini
|
||||
fi
|
||||
./user-gui.yml -i $INVENTORY
|
||||
|
|
Loading…
Reference in a new issue