add pulumi

This commit is contained in:
Matthew Stobbs
2025-03-02 11:26:17 -07:00
parent 3bb638cc9f
commit ba94c3c740
2 changed files with 18 additions and 0 deletions

3
tasks/pkgs/pulumi.yml Normal file
View File

@@ -0,0 +1,3 @@
- name: Append pulumit to pkg_archive
ansible.builtin.set_fact:
pkg_archive: "{{ pkg_archive + ['pulumi'] }}"