This commit is contained in:
Michael DeHaan
2012-03-19 23:56:35 -04:00
parent 6b8f5224b8
commit a98e0a8cc4
5 changed files with 7 additions and 7 deletions

View File

@@ -238,8 +238,8 @@ but it is easily handled with a minimum of syntax in an Ansible Playbook::
- hosts: all
user: root
vars_files:
- vars/common.yml
- [ vars/$facter_operatingsystem.yml, vars/os_defaults.yml ]
- "vars/common.yml"
- [ "vars/$facter_operatingsystem.yml", "vars/os_defaults.yml" ]
tasks:
- name: make sure apache is running
action: service name=$apache state=running