Skip to content

Commit

Permalink
Remove db.txt from deployable files
Browse files Browse the repository at this point in the history
  • Loading branch information
aminst committed Feb 18, 2024
1 parent e52968c commit 5fdf428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
dest: "/root/oblishard/{{ item[0] }}"
mode: '0666'
delegate_to: "{{ item[1] }}"
loop: "{{ ['router_endpoints.yaml', 'shardnode_endpoints.yaml', 'oramnode_endpoints.yaml', 'redis_endpoints.yaml', 'parameters.yaml', 'trace.txt', 'db.txt'] | product(groups['all']) | list }}"
loop: "{{ ['router_endpoints.yaml', 'shardnode_endpoints.yaml', 'oramnode_endpoints.yaml', 'redis_endpoints.yaml', 'parameters.yaml', 'trace.txt'] | product(groups['all']) | list }}"

- name: Create oramnode systemd services
template:
Expand Down

0 comments on commit 5fdf428

Please sign in to comment.