Skip to content

Commit 0499d73

Browse files
committed
chore: install mycli on the prod server
See https://github.com/dbcli/mycli [skip ci]
1 parent 375a0c1 commit 0499d73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

infra/vagrant/provisioning/prod.yml

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
package: nano
1616
state: absent
1717

18+
- name: Installing mycli
19+
apt:
20+
package: mycli
21+
state: present
22+
1823
- name: Creating /data directory
1924
file:
2025
path: /data

0 commit comments

Comments
 (0)