mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
change 'name' to a better description for variable example.
'make a directory' is a bad description, since the command "template …" doesn't actually create a directory.
This commit is contained in:
@@ -171,7 +171,7 @@ Variables can be used in action lines. Suppose you defined
|
||||
a variable called 'vhost' in the 'vars' section, you could do this::
|
||||
|
||||
tasks:
|
||||
- name: make a directory
|
||||
- name: create a virtual host file for $vhost
|
||||
action: template src=somefile.j2 dest=/etc/httpd/conf.d/$vhost
|
||||
|
||||
Those same variables are usable in templates, which we'll get to later.
|
||||
|
||||
Reference in New Issue
Block a user