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