Skip to content
Snippets Groups Projects
Commit 2c5e91a0 authored by Duong Ha-Quang's avatar Duong Ha-Quang
Browse files

Add become for fluentd create config directory task

Become option is missed in patch #398682, this patchset fix this issue.

Change-Id: I228c31486210ef1de76601d3ea4ee955a628ca73
Partial-Implements: blueprint ansible-specific-task-become
parent d1fe0778
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@
path: "{{ node_config_directory }}/{{ item }}"
state: "directory"
recurse: yes
become: true
with_items:
- "fluentd"
- "fluentd/input"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment