Difference between revisions of "Ansible:startup.yml"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
- task : fsadfdsaf | - task : fsadfdsaf | ||
</syntaxhighlight> | </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