Skip to content

Commit

Permalink
πŸ› (ssp): Add environement file
Browse files Browse the repository at this point in the history
  • Loading branch information
theobori committed May 8, 2024
1 parent acaf4da commit ffa459a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/ssp/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@
service_tor: true
service_docker_compose: true
service_systemd_service: true

- name: Copy ssp environment file
ansible.builtin.template:
src: ".env.j2"
dest: "{{ base_dir }}/ssp/.env"
mode: "0640"

0 comments on commit ffa459a

Please sign in to comment.