initial: create collection with custom module and role

This commit is contained in:
2022-08-15 10:19:25 +07:00
commit 723ebd3691
7 changed files with 227 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
---
my_path: "/tmp/file"
my_content: "some_content"

View File

@@ -0,0 +1,5 @@
---
- name: create file
my_own_namespace.yandex_cloud_cvl.my_own_module:
path: "{{ my_path }}"
content: "{{ my_content }}"