Difference between revisions of "Ansible:startup.yml"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{:Module:RawYAML.yml}} | {{: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