Skip to content

Commit

Permalink
Add mysql cli
Browse files Browse the repository at this point in the history
  • Loading branch information
v-kamerdinerov committed Oct 24, 2024
1 parent 959c1b1 commit 8cb2495
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/marzban/tasks/backup.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
---

- name: "Marzban | Backup | Prepare | Install cli utility"
apt:
name:
- mysql-client
state: present
update_cache: true
when: marzban_mysql_instance is defined and marzban_mysql_instance

- name: "Marzban | Backup | Add backup script"
copy:
src: "marzban_backup.sh"
Expand Down

0 comments on commit 8cb2495

Please sign in to comment.