regluit/vagrant/create_keys.yml

10 lines
290 B
YAML
Raw Normal View History

- name: test
hosts: localhost
tasks:
# to run: ansible-playbook create_commonpy.yml
# create settings/common.py (locally)
2016-12-20 19:43:16 +00:00
- name: create settings/keys/common.py locally
template: src=templates/common.py.j2 dest=../settings/keys/common.py
delegate_to: localhost