From 2304c3681edb64daeb56b5b46ba4401299ccc5d8 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 16 Oct 2023 18:19:54 +0300 Subject: [PATCH] Rename `apt.yaml` -> `deb.yaml` --- playbooks/roles/bluetooth/tasks/{apt.yaml => deb.yaml} | 0 playbooks/roles/bluetooth/tasks/main.yaml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename playbooks/roles/bluetooth/tasks/{apt.yaml => deb.yaml} (100%) diff --git a/playbooks/roles/bluetooth/tasks/apt.yaml b/playbooks/roles/bluetooth/tasks/deb.yaml similarity index 100% rename from playbooks/roles/bluetooth/tasks/apt.yaml rename to playbooks/roles/bluetooth/tasks/deb.yaml diff --git a/playbooks/roles/bluetooth/tasks/main.yaml b/playbooks/roles/bluetooth/tasks/main.yaml index 45f3468..128e0d7 100644 --- a/playbooks/roles/bluetooth/tasks/main.yaml +++ b/playbooks/roles/bluetooth/tasks/main.yaml @@ -1,3 +1,3 @@ -- name: apt - import_tasks: apt.yaml +- name: deb + import_tasks: deb.yaml when: ansible_facts.os_family == 'Debian' -- 2.39.2