Skip to content
Snippets Groups Projects

Fix Gitlab CI, lint, start updating to molecule 3

Merged mal requested to merge half-duplex/ansible:molecule-3 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -20,7 +20,7 @@
owner: "{{ funkwhale_username }}"
group: "{{ funkwhale_username }}"
state: directory
mode: '750'
mode: '755'
with_items:
- "{{ funkwhale_install_path }}"
- "{{ funkwhale_media_path }}"
Loading