Skip to content

Commit

Permalink
PMM-13483 Use same syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Nov 19, 2024
1 parent 50e2074 commit 70d5653
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/ansible/roles/supervisord/files/pmm.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ password = dummy

; we rewrite autostart to true during update or build.
[program:pmm-update]
command = /usr/bin/ansible-playbook -v /opt/ansible/pmm-docker/init.yml
command = /usr/bin/ansible-playbook /opt/ansible/pmm-docker/init.yml
user = pmm
directory = /
autorestart = unexpected
Expand Down
2 changes: 1 addition & 1 deletion managed/testdata/supervisord.d/pmm-db_disabled.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ username = dummy
password = dummy

[program:pmm-update]
command = /usr/bin/ansible-playbook -v /opt/ansible/pmm-docker/init.yml
command = /usr/bin/ansible-playbook /opt/ansible/pmm-docker/init.yml
user = pmm
directory = /
autorestart = unexpected
Expand Down
2 changes: 1 addition & 1 deletion managed/testdata/supervisord.d/pmm-db_enabled.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ username = dummy
password = dummy

[program:pmm-update]
command = /usr/bin/ansible-playbook -v /opt/ansible/pmm-docker/init.yml
command = /usr/bin/ansible-playbook /opt/ansible/pmm-docker/init.yml
user = pmm
directory = /
autorestart = unexpected
Expand Down

0 comments on commit 70d5653

Please sign in to comment.