Skip to content

Commit

Permalink
unionfs: start containers only when list is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Oct 28, 2023
1 parent 67a93c0 commit 7d04b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/unionfs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@

- name: Docker Containers Start Tasks
ansible.builtin.import_tasks: "subtasks/docker/containers_start.yml"
when: (containers_list is defined)

0 comments on commit 7d04b47

Please sign in to comment.