Skip to content
Snippets Groups Projects
Commit 34dd0a35 authored by Attila Farkas's avatar Attila Farkas
Browse files

Rename user provisioning template

parent 14f8326a
No related branches found
No related tags found
1 merge request!32Version 2.0.0
...@@ -21,7 +21,7 @@ class Provision: ...@@ -21,7 +21,7 @@ class Provision:
if Provision._provisioning_exists(sandbox): if Provision._provisioning_exists(sandbox):
Writer.remove_directory(provisioning_path) Writer.remove_directory(provisioning_path)
Writer.copy_file(Path(__file__).parent.parent / Writer.copy_file(Path(__file__).parent.parent /
"resources/files/playbook.yml", sandbox.sandbox_dir / "resources/files/user_playbook.yml", sandbox.sandbox_dir /
sandbox.config["provisioning_playbook"]) sandbox.config["provisioning_playbook"])
@staticmethod @staticmethod
......
# This is an empty template playbook
# You can write your custom configuration here
- hosts: all
...
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment