Skip to content

Commit

Permalink
symlink isidentifiable rules dir if defined
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Nov 25, 2024
1 parent 24cf158 commit 6dc9b76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/envs/tasks/deploy_env_dir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,10 @@
dest: "{{ env_dir }}/scripts"
state: link
when: env_vars.scripts_dir is defined

- name: Symlink IsIdentifiable rules dir
ansible.builtin.file:
src: "{{ env_vars.isidentifiable_rules_dir }}"
dest: "{{ env_dir }}/IsIdentifiableRules"
state: link
when: env_vars.isidentifiable_rules_dir is defined

0 comments on commit 6dc9b76

Please sign in to comment.