move system
This commit is contained in:
@@ -20,10 +20,14 @@
|
||||
system: yes
|
||||
create_home: no
|
||||
|
||||
- name: create config dir
|
||||
- name: create directories
|
||||
file:
|
||||
path: /etc/haproxy/
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
with_items:
|
||||
- /etc/haproxy/
|
||||
- /etc/haproxy/certs/
|
||||
- /var/lib/haproxy/
|
||||
|
||||
- name: copy errorcodes
|
||||
copy:
|
||||
|
Reference in New Issue
Block a user