Skip to content

Commit

Permalink
remote_install: only install OS packages if non-empty
Browse files Browse the repository at this point in the history
  • Loading branch information
ahjohannessen authored and bbaassssiiee committed Aug 28, 2021
1 parent e20769a commit 532fa62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/install_remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name: "{{ vault_os_packages }}"
state: present
tags: installation
when: (vault_os_packages is defined) and (vault_os_packages | length > 0)

- name: Ensure remote vault dir exists
file:
Expand Down

0 comments on commit 532fa62

Please sign in to comment.