From 208cde637d59e6293f5ee670f0e5592cdfa42e01 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sat, 21 Sep 2024 18:23:57 +0200 Subject: [PATCH] Cambio descrizione campo playbooks. --- vm-ansible/Pulumi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm-ansible/Pulumi.yaml b/vm-ansible/Pulumi.yaml index b373e5f..f5f7dc9 100644 --- a/vm-ansible/Pulumi.yaml +++ b/vm-ansible/Pulumi.yaml @@ -43,5 +43,5 @@ template: description: Password of the username in the cloud-init phase playbooks: type: String - default: 'deploy.yml' - description: "Ansible Playbooks to implement, separate by commas." + default: '' + description: "Additional playbooks to implement, separate by commas."