fix rule 'name'

This commit is contained in:
fidanf 2022-10-05 15:05:01 +02:00
parent 74807194d4
commit 87322ad9ca
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
become: yes
handlers:
- name: update apt cache
- name: Update apt cache
apt:
update_cache: true

View File

@ -1,5 +1,6 @@
---
- hosts: instance
- name: Verify
hosts: instance
become: yes
gather_facts: yes