Skip to content

Commit

Permalink
https://docs.ansible.com/ansible/latest/user_guide/playbooks_best_pra…
Browse files Browse the repository at this point in the history
…ctices.html#always-mention-the-state
  • Loading branch information
robertdebock committed Sep 24, 2018
1 parent 4148583 commit 5dad42f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Expand Up @@ -13,12 +13,14 @@
- name: install software
package:
name: "{{ item }}"
state: present
with_items:
- "{{ postfix_packages }}"

- name: create group
group:
name: "{{ item }}"
state: present
with_items:
- "{{ postfix_group }}"

Expand Down

0 comments on commit 5dad42f

Please sign in to comment.