tokenbridge/deployment/roles/monitor/tasks/pre_config.yml
Przemyslaw Rzad 1da1acbfbe
Yaml and Ansible linting in Molecule (#141)
* Removed old ansible-lint outside of molecule

* Yamlint

* Enabled ansible-lint with minimal rules

* Removed ansible-lint job
2019-07-11 10:17:02 +02:00

6 lines
104 B
YAML

---
- name: Install .env config
template:
src: .env.j2
dest: "{{ bridge_path }}/monitor/.env"