Skip to content

Instantly share code, notes, and snippets.

@natefoo
Created August 19, 2014 19:22
Show Gist options
  • Save natefoo/18492a1f9dea787cd639 to your computer and use it in GitHub Desktop.
Save natefoo/18492a1f9dea787cd639 to your computer and use it in GitHub Desktop.
---
# vars
my_config:
- section: foo
options:
- foo: bar
- baz: quux
---
# tasks
- name: Write ini file
ini_file: dest=foo.ini contents={{ my_config }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment