From: Oleg Broytman Date: Tue, 25 Jun 2019 15:55:44 +0000 (+0300) Subject: Refactor debian-update-all-apt.yml: `name` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=56156f76810459484bbc4ceff09150832a17d6b2;p=ansible.git Refactor debian-update-all-apt.yml: `name` --- diff --git a/playbooks/debian-update-all-apt.yml b/playbooks/debian-update-all-apt.yml index a804438..223eaa2 100644 --- a/playbooks/debian-update-all-apt.yml +++ b/playbooks/debian-update-all-apt.yml @@ -1,5 +1,5 @@ -- hosts: all - name: Update Debian systems with apt +- name: Update Debian systems with apt + hosts: all become: yes gather_facts: false tasks: