]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian-update-all-apt.yml
Feat(debian-update-all-apt): Use dynamic list of hosts
[ansible.git] / playbooks / debian-update-all-apt.yml
index a804438405d8e715fcdace7845cc27c46da5af41..23a3d5dafec4e1942c10d6d70cfb01a1317b7c14 100644 (file)
@@ -1,5 +1,5 @@
-- hosts: all
-  name: Update Debian systems with apt
+- name: Update Debian systems with apt
+  hosts: "{{ hosts | default('all') }}"
   become: yes
   gather_facts: false
   tasks: