Skip to content

Commit

Permalink
update provisioning text
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jan 23, 2024
1 parent f3627fc commit c8de8f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: "package yum/apt retry installer: {{ package }}"
- name: "package yum/apt retry installer: {{ package }} {{ rpm | join(' ') }} {{ deb | join(' ') }}"
shell: |
if test -f /usr/bin/apt; then
apt-get install -y {{ package | join(' ') }} {{ deb | join(' ') }}
Expand Down

0 comments on commit c8de8f0

Please sign in to comment.