Difference between revisions of "Ansible:startup.yml"

From PKC
Jump to navigation Jump to search
(Created page with "A file: - name : fdafda - task : fsadfdsaf")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<syntaxhighlight lang=yaml>
A file:
A file:
   - name : fdafda
   - name : fdafda
   - task : fsadfdsaf
   - task : fsadfdsaf
</syntaxhighlight>
{{:Module:RawYAML.yml}}

Latest revision as of 11:14, 14 March 2022

A file:
  - name : fdafda
  - task : fsadfdsaf


local p = {} --p stands for package

function p.hello( frame )

   --return "Hello, world!"
   return frame

end

return p