]> git.phdru.name Git - ansible.git/commitdiff
Rename `apt.yaml` -> `deb.yaml`
authorOleg Broytman <phd@phdru.name>
Mon, 16 Oct 2023 15:19:54 +0000 (18:19 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 16 Oct 2023 15:19:54 +0000 (18:19 +0300)
playbooks/roles/bluetooth/tasks/deb.yaml [moved from playbooks/roles/bluetooth/tasks/apt.yaml with 100% similarity]
playbooks/roles/bluetooth/tasks/main.yaml

index 45f3468fcb21fa0e2d537e0a5549b3937c22f62a..128e0d774521c86ed4346f01d081a9b9ed25f64a 100644 (file)
@@ -1,3 +1,3 @@
-- name: apt
-  import_tasks: apt.yaml
+- name: deb
+  import_tasks: deb.yaml
   when: ansible_facts.os_family == 'Debian'