Skip to content

Commit

Permalink
ci: Create Symlinks, so Molecule find the files
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Sep 6, 2023
1 parent c2e2014 commit ca67678
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,22 @@
- rsync
state: present

- name: Create a symbolic link, so Molecule find the role files
ansible.builtin.file:
src: splashscreens_to_copy
dest: molecule/default/splashscreens_to_copy
owner: foo
group: foo
state: link

- name: Create a symbolic link, so Molecule find the role files
ansible.builtin.file:
src: templates_to_copy
dest: molecule/default/templates_to_copy
owner: foo
group: foo
state: link

tasks:
- name: Testing role
ansible.builtin.include_role:
Expand Down

0 comments on commit ca67678

Please sign in to comment.