Advertisement
pup_seba

attemtps

Mar 6th, 2020
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ---
  2. - hosts: localhost
  3. tasks:
  4. - lineinfile:
  5. path: ../stackoverflow.yml
  6. state: present
  7. insertafter: "{{ item.letter }}"
  8. line: "{{ item.text }}"
  9. loop:
  10. - { letter: 'b:', text: "test" }
  11. - { letter: 'c:', text: "test" }
  12. - { letter: 'd:', text: "test" }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement