use become: true when reloading systemctl daemon

Change-Id: I43b824730dafc783d45506c3e370a3397097b6f0
This commit is contained in:
David Moreau Simard 2018-07-06 12:35:34 -04:00
parent 0c9eed02a3
commit ce2d8e5c78
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
# along with ARA. If not, see <http://www.gnu.org/licenses/>.
- name: reload systemctl daemon
become: true
systemd:
daemon_reload: yes