mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
Added stub for template execution, WIP.
This commit is contained in:
parent
102385e4ad
commit
5d6b0280d5
3 changed files with 27 additions and 2 deletions
|
@ -4,6 +4,10 @@
|
|||
- configure template & module variables
|
||||
- setup
|
||||
- [ "a=2", "b=3", "c=4" ]
|
||||
- do:
|
||||
- template from local file template.j2 to remote location /srv/file.out
|
||||
- template
|
||||
- [ '/srv/template.j2', '/srv/file.out' ]
|
||||
- do:
|
||||
- update apache
|
||||
- command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue