From 2a030b639b2bb211063214480806bff5f6d687a3 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 3 Mar 2025 18:10:48 +0100 Subject: [PATCH] removed installed.sh --- install.sh | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 install.sh diff --git a/install.sh b/install.sh deleted file mode 100644 index d41c333..0000000 --- a/install.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/ansible-playbook --inventory=localhost, ---- -- hosts: localhost - connection: local - force_handlers: true - vars: - ansible_python_interpreter: auto_silent - pre_tasks: - - name: Distribution - set_fact: - distribution: "{{ ansible_distribution }}" - hostname: "{{ ansible_hostname }}" - # - set_fact: - # eff_uid_number: "{{ lookup('pipe', 'id -u') }}" - # - block: - # - debug: - # msg: "This program requires root privileges" - # - meta: end_play - # when: eff_uid_number|int != 0 - - tasks: - - ansible.builtin.debug: - msg: "{{distribution}}{{hostname}}" \ No newline at end of file