From 727ab17a644d52105746e18c301cf733b1181507 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 31 Jul 2023 23:44:54 +0200 Subject: move Ansible files to src/ --- roles/common/tasks/tool.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 roles/common/tasks/tool.yml (limited to 'roles/common/tasks/tool.yml') diff --git a/roles/common/tasks/tool.yml b/roles/common/tasks/tool.yml deleted file mode 100644 index 48d0acc..0000000 --- a/roles/common/tasks/tool.yml +++ /dev/null @@ -1,8 +0,0 @@ -- name: "Check for {{ item }}" - ansible.builtin.command: "{{ item }} --version" - register: cmd_result - changed_when: false - failed_when: false - -- name: "Set fact about {{ item }}" - ansible.builtin.set_fact: "has_{{ item | replace('-', '_') }}={{ cmd_result.rc == 0 }}" -- cgit v1.2.3