hexlet-codebattle/codebattle

View on GitHub
ansible/development.yml

Summary

Maintainability
Test Coverage
---
- hosts: all
  gather_facts: no
  tasks:
    - template:
        src: environment.j2
        dest: '../.env'