mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
fixed workflow
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
state: present
|
||||
driver: bridge
|
||||
|
||||
- name: Create stack files directory
|
||||
ansible.builtin.file:
|
||||
path: "./{{ stack_name }}"
|
||||
state: directory
|
||||
|
||||
- name: Copy redis.conf to managed node
|
||||
ansible.builtin.copy:
|
||||
src: ./redis.conf
|
||||
|
||||
Reference in New Issue
Block a user