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 d214bad commit 38e7dbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- name: install software
package:
name: at
state: present

- name: start and enable software
service:
Expand Down

0 comments on commit 38e7dbb

Please sign in to comment.