]> git.phdru.name Git - ansible.git/commitdiff
Refactor debian-update-all-apt.yml: `name`
authorOleg Broytman <phd@phdru.name>
Tue, 25 Jun 2019 15:55:44 +0000 (18:55 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 16 Jul 2019 18:28:36 +0000 (21:28 +0300)
playbooks/debian-update-all-apt.yml

index a804438405d8e715fcdace7845cc27c46da5af41..223eaa285dbd97e4a150a04a8cdadf5a2c38bbb6 100644 (file)
@@ -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: