From: Oleg Broytman Date: Mon, 16 Oct 2023 15:19:54 +0000 (+0300) Subject: Rename `apt.yaml` -> `deb.yaml` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=2304c3681edb64daeb56b5b46ba4401299ccc5d8;hp=4a343d5f4ddcfaf54a62774b6fd714604a8ddac7;p=ansible.git Rename `apt.yaml` -> `deb.yaml` --- 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'