Skip to content

Commit

Permalink
Fix loop
Browse files Browse the repository at this point in the history
  • Loading branch information
bensofficial committed Aug 20, 2024
1 parent e19c8b9 commit 76425f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions roles/artemis/tasks/docker_deploy_artemis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
state: directory
mode: '0770'
loop:
- "/data"
- "/data/database"
- "/data/artemis"
- "/data/redis"
- "data"
- "data/database"
- "data/artemis"
- "data/redis"

- name: Set permissions for artemis directory
become: true
Expand Down

0 comments on commit 76425f3

Please sign in to comment.