X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian-update-all-apt.yml;h=23a3d5dafec4e1942c10d6d70cfb01a1317b7c14;hb=4a7a82c49e38ba558bb6dc941e9dec61ddeca7dc;hp=223eaa285dbd97e4a150a04a8cdadf5a2c38bbb6;hpb=56156f76810459484bbc4ceff09150832a17d6b2;p=ansible.git diff --git a/playbooks/debian-update-all-apt.yml b/playbooks/debian-update-all-apt.yml index 223eaa2..23a3d5d 100644 --- a/playbooks/debian-update-all-apt.yml +++ b/playbooks/debian-update-all-apt.yml @@ -1,5 +1,5 @@ - name: Update Debian systems with apt - hosts: all + hosts: "{{ hosts | default('all') }}" become: yes gather_facts: false tasks: