mirror of
https://github.com/Dannecron/netology-devops-ansible-yandex-cloud-cvl.git
synced 2025-12-25 15:22:36 +03:00
initial: create collection with custom module and role
This commit is contained in:
5
roles/my_own_role/tasks/main.yml
Normal file
5
roles/my_own_role/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: create file
|
||||
my_own_namespace.yandex_cloud_cvl.my_own_module:
|
||||
path: "{{ my_path }}"
|
||||
content: "{{ my_content }}"
|
||||
Reference in New Issue
Block a user