mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Adding my desktop configuration
This commit is contained in:
10
ansible.desktop/install-desktop-toolsontech.sh
Executable file
10
ansible.desktop/install-desktop-toolsontech.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
# Simple script to run the playbook
|
||||
if [ ! -x /usr/bin/ansible ]; then
|
||||
echo "Missing Ansible, Running Install"
|
||||
if [ -x /usr/bin/apt ]; then
|
||||
# I'm not doing anything fancy, so older version from repo is okay
|
||||
apt install -f ansible
|
||||
fi
|
||||
fi
|
||||
ansible-playbook install-desktop-toolsontech.yml
|
||||
Reference in New Issue
Block a user