From 4e089a019b5f3cb23474c20ea9242369d2fe7320 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Wed, 17 Aug 2022 21:47:29 +0200 Subject: [PATCH] Fixing a single callback. --- proxmoxve-ansible-python/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmoxve-ansible-python/__main__.py b/proxmoxve-ansible-python/__main__.py index 96b3fc7..85fd6bf 100644 --- a/proxmoxve-ansible-python/__main__.py +++ b/proxmoxve-ansible-python/__main__.py @@ -106,7 +106,7 @@ with open('inventory', 'w') as f: # Applying the command execute_ansible = command.local.Command("ansible", create = f"ansible-playbook {ansible_playbook}", - opts = ResourceOptions(depends_on = [vm]) + opts = pulumi.ResourceOptions(depends_on = [vm]) ) # Outputs