Skip to content

Commit 3e4e4ad

Browse files
committed
vagrant: remove nano.
No functional changes. [ci skip]
1 parent fcbc2bc commit 3e4e4ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vagrant/provisioning/vagrant.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
- name: Bootstrapping server
1414
include: bootstrap.yml
1515

16+
- name: Removing nano
17+
apt:
18+
package: nano
19+
state: absent
20+
1621
- name: Creating /data directory
1722
file:
1823
path: /data

0 commit comments

Comments
 (0)