mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-07-28 13:46:36 +02:00
Add -y to tdnf package installation on Photon.
This commit is contained in:
parent
77e542ed93
commit
2ab59865ac
@ -14,7 +14,7 @@
|
||||
when: not ansible_facts['os_family'] == "VMware Photon OS"
|
||||
|
||||
- name: Install Docker on Photon OS.
|
||||
command: "tdnf install {{ item }}"
|
||||
command: "tdnf install -y {{ item }}"
|
||||
with_items: "{{ docker_package_photon }}"
|
||||
tags: installation
|
||||
when: ansible_facts['os_family'] == "VMware Photon OS"
|
||||
|
Loading…
Reference in New Issue
Block a user