Skip to content

Commit

Permalink
Syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Oct 6, 2018
1 parent 863a112 commit 330e41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
# tasks file for httpd
- name: install software
- name: install apache httpd
package:
name: "{{ httpd_packages[ansible_distribution]
| default(httpd_packages['default'] }}"
| default(httpd_packages['default']) }}"
state: "{{ httpd_package_state }}"

- name: install requirements
Expand Down

0 comments on commit 330e41a

Please sign in to comment.