Skip to content

Commit

Permalink
gluster-server: Change file: stanza to full YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Jun 6, 2019
1 parent 09cf554 commit 2f15fb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

- name: Ensure brick directory '{{item.path}}' exists
file:
path='{{item.path}}'
state=directory
path: '{{item.path}}'
state: directory

- name: Build list of bricks
set_fact:
Expand Down

0 comments on commit 2f15fb0

Please sign in to comment.