Skip to content

Commit

Permalink
Typo, state, not package.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Sep 25, 2018
1 parent 0dca90f commit 3dd4cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- name: install software
package:
name: "{{ item }}"
package: present
state: present
with_items:
- "{{ rsyslog_packages }}"

Expand Down

0 comments on commit 3dd4cab

Please sign in to comment.