Advertisement
Guest User

Task

a guest
Jul 22nd, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. - name: Set Up API App Configs (config)
  2. hosts: tag_Application_api
  3. tasks:
  4. - name: create Config template
  5. template:
  6. src: "./Test/config.xml.j2"
  7. dest: /tmp/config.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement