Skip to content

Commit 31e657e

Browse files
authored
Merge pull request #567 from meysiolio/patch-2
Update digitalocean.yml
2 parents 6595077 + 4c6bc5a commit 31e657e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lamp-infrastructure/provisioners/digitalocean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
state: "{{ item.state | default('present') }}"
1919
name: "{{ item.name }}"
2020
private_networking: yes
21-
size: "{{ item.size | default('1gb') }}"
21+
size: "{{ item.size | default('s-1vcpu-1gb') }}"
2222
image: "{{ item.image | default('centos-7-x64') }}"
2323
region: "{{ item.region | default('nyc3') }}"
2424
# Customize this default for your account.

0 commit comments

Comments
 (0)