feat: add FreeCAD and Rommie MCP server configurations and deployment playbooks
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
- name: Ensure /etc/haproxy/certs directory exists
|
||||
ansible.builtin.file:
|
||||
path: /etc/haproxy/certs
|
||||
owner: "{{ certbot_user | default('certbot') }}"
|
||||
owner: "{{ haproxy_user | default('haproxy') }}"
|
||||
group: "{{ haproxy_group | default('haproxy') }}"
|
||||
state: directory
|
||||
mode: '0750'
|
||||
|
||||
Reference in New Issue
Block a user