mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
become root user for creation of /etc/consul.d directory
This commit is contained in:
parent
ae240fd3b1
commit
dec910e425
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
register: consul_manager_ip
|
register: consul_manager_ip
|
||||||
|
|
||||||
- name: Ensure /etc/consul.d exists
|
- name: Ensure /etc/consul.d exists
|
||||||
|
become: yes
|
||||||
file:
|
file:
|
||||||
path: /etc/consul.d
|
path: /etc/consul.d
|
||||||
state: directory
|
state: directory
|
||||||
|
|
Loading…
Add table
Reference in a new issue