From 56156f76810459484bbc4ceff09150832a17d6b2 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 25 Jun 2019 18:55:44 +0300 Subject: [PATCH] Refactor debian-update-all-apt.yml: `name` --- playbooks/debian-update-all-apt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.2