Difference between revisions of "Ansible:startup.yml"

From PKC
Jump to navigation Jump to search
 
Line 5: Line 5:
</syntaxhighlight>
</syntaxhighlight>


<syntaxhighlight lang=lua>
 
{{:Module:RawYAML.yml}}
{{:Module:RawYAML.yml}}
</syntaxhighlight>

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