1 2 3 4 5 6 7
--- - yum: name={{ item }} state=installed with_items: - git-daemon - service: name=git state=started enabled=yes