Skip to content

Commit

Permalink
symlink RDMP repo dir if defined
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Nov 25, 2024
1 parent 6dc9b76 commit 017f8a2
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 @@ -73,3 +73,10 @@
dest: "{{ env_dir }}/IsIdentifiableRules"
state: link
when: env_vars.isidentifiable_rules_dir is defined

- name: Symlink RDMP repo dir
ansible.builtin.file:
src: "{{ env_vars.rdmp_repo_dir }}"
dest: "{{ env_dir }}/rdmp"
state: link
when: env_vars.rdmp_repo_dir is defined

0 comments on commit 017f8a2

Please sign in to comment.