Guest User

Untitled

a guest
Mar 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. - name: Create configuration file
  2. ini_file:
  3. path: /tmp/test.conf
  4. state: present
  5. section: lol
  6. option: foo
  7. value: bar
  8.  
  9. [lol]
  10. foo = bar
  11.  
  12. - name: Create configuration file
  13. ini_file:
  14. path: /tmp/test.conf
  15. state: present
  16. section: lol
Add Comment
Please, Sign In to add comment