Skip to content

Commit 8ac6222

Browse files
committed
Fixed formatting in init.yml playbook.
1 parent b138e55 commit 8ac6222

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

provisioning/tasks/init.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
apt: update_cache=yes cache_valid_time=86400
44

55
- name: Get software for Python-based control.
6-
apt: "pkg={{ item }} state=installed"
6+
apt: "name={{ item }} state=installed"
77
with_items:
8-
- curl
9-
- python-apt
10-
- python-pycurl
11-
- build-essential
8+
- curl
9+
- python-apt
10+
- python-pycurl
11+
- build-essential
1212

1313
- name: Disable the firewall (since this is for local dev only).
1414
service: name=ufw state=stopped
1515

1616
- name: Install postfix so Drupal can send emails.
17-
apt: pkg=postfix state=installed
17+
apt: name=postfix state=installed

0 commit comments

Comments
 (0)