Skip to content

Commit

Permalink
ci: Molecule test
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Sep 6, 2023
1 parent 104c969 commit 75331d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,31 +47,31 @@

- name: Simulate Splash Screen Source Directory
ansible.builtin.file:
path: "./splashscreens_to_copy"
path: "../../splashscreens_to_copy"
state: directory
owner: "{{ ansible_user }}"
group: "{{ ansible_user }}"
mode: '0755'

- name: Simulate Splash Screen Source File
ansible.builtin.file:
path: "./splashscreens_to_copy/suspended.png"
path: "../../splashscreens_to_copy/suspended.png"
state: touch
mode: '0644'
modification_time: preserve
access_time: preserve

- name: Simulate Templates Source Directory
ansible.builtin.file:
path: "./templates_to_copy"
path: "../../templates_to_copy"
state: directory
owner: "{{ ansible_user }}"
group: "{{ ansible_user }}"
mode: '0755'

- name: Simulate Templates Source File
ansible.builtin.file:
path: "./templates_to_copy/templates.json"
path: "../../templates_to_copy/templates.json"
state: touch
mode: '0644'
modification_time: preserve
Expand Down

0 comments on commit 75331d1

Please sign in to comment.