mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
quoting
This commit is contained in:
@@ -371,8 +371,8 @@ but it is easily handled with a minimum of syntax in an Ansible Playbook:</p>
|
||||
- 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</pre>
|
||||
|
||||
Reference in New Issue
Block a user