spaces matter.

This commit is contained in:
Stephen Smoogen 2015-08-05 00:01:40 +00:00
parent a8e5a9c268
commit 5bae51f07c

View file

@ -38,20 +38,18 @@
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
- role: nfs/client
mnt_dir: '/srv/fedora_stats'
nfs_src_dir: 'fedora_stats'
roles:
- { role: nfs/client, mnt_dir: '/srv/fedora_stats', nfs_src_dir: 'fedora_stats' }
tasks:
- name: install needed packages
yum: pkg={{ item }} state=present
with_items:
- httpd
- mod_ssl
- awstats
- rsync
- httpd-tools
- openssh-clients
tasks:
- name: install needed packages
yum: pkg={{ item }} state=present
with_items:
- httpd
- mod_ssl
- awstats
- rsync
- httpd-tools
- openssh-clients
##