Add missing become

This commit is contained in:
Sonny Bakker 2021-02-02 21:40:08 +01:00
parent 377053797d
commit 1c962d6eb0

View file

@ -1,4 +1,6 @@
- hosts: sentry - hosts: sentry
become: true
become_method: sudo
pre_tasks: pre_tasks:
- include_role: - include_role:
name: common name: common