Fixing a single callback.
This commit is contained in:
parent
fb0153cf67
commit
4e089a019b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user