Skip to content

Commit

Permalink
Merge pull request #356 from patymori/patch-1
Browse files Browse the repository at this point in the history
Fix All-in-one compose starting monitoring task to use var directory
  • Loading branch information
BrutalBirdie authored May 22, 2023
2 parents f2ec806 + ef71b8f commit a8c2aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/monitoring/all_in_one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
- name: Start monitoring
community.docker.docker_compose:
pull: true
project_src: /root/bbb-monitoring/
project_src: "{{ bbb_monitoring_all_in_one_directory }}"
when: bbb_monitoring_all_in_one_enable | bool

0 comments on commit a8c2aea

Please sign in to comment.