mirror of
https://github.com/Dannecron/netology-devops-ansible-yandex-cloud-cvl.git
synced 2025-12-25 15:22:36 +03:00
6 lines
133 B
YAML
6 lines
133 B
YAML
---
|
|
- name: create file
|
|
my_own_namespace.yandex_cloud_cvl.my_own_module:
|
|
path: "{{ my_path }}"
|
|
content: "{{ my_content }}"
|