Skip to content

Commit

Permalink
Update shared/templates/package_installed_guard_var/ansible.template
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Burket <[email protected]>
  • Loading branch information
teacup-on-rockingchair and Mab879 authored Jan 21, 2025
1 parent b7a296e commit b96d658
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{{ ansible_instantiate_variables(VARIABLE) }}}

- name: Ensure {{{ PKGNAME }}} is installed
package:
ansible.builtin.package:
name: "{{{ PKGNAME }}}"
state: present
{{% if OPERATION == "pattern match" %}}
Expand Down

0 comments on commit b96d658

Please sign in to comment.