Skip to content
Snippets Groups Projects
Commit 445a0cb0 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Followed the become: true ordering"

parents 46e0f706 c0f44cd2
No related branches found
No related tags found
No related merge requests found
...@@ -102,8 +102,8 @@ ...@@ -102,8 +102,8 @@
src: "conf/format/{{ item }}.conf.j2" src: "conf/format/{{ item }}.conf.j2"
dest: "{{ node_config_directory }}/fluentd/format/{{ item }}.conf" dest: "{{ node_config_directory }}/fluentd/format/{{ item }}.conf"
mode: "0660" mode: "0660"
register: fluentd_format
become: true become: true
register: fluentd_format
with_items: with_items:
- "apache_access" - "apache_access"
- "wsgi_access" - "wsgi_access"
......
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