Adding my desktop configuration

This commit is contained in:
2025-05-31 08:51:34 +02:00
parent 64869f44db
commit 9eeaf333d8
8 changed files with 72 additions and 0 deletions

View 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