Skip to content

Commit

Permalink
Merge pull request #2 from damaca/feat/loop_control
Browse files Browse the repository at this point in the history
loop control to make less verbose
  • Loading branch information
damaca authored Feb 12, 2018
2 parents 3e65748 + d5ca4c7 commit e504e64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/post_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
host: "%"
with_items: "{{ users }}"
run_once: true
loop_control:
label: "{{item.user}}"

- name: Create databases
mysql_db:
Expand Down

0 comments on commit e504e64

Please sign in to comment.