Update main.yml

This commit is contained in:
qiaofeng1227 2022-11-01 14:15:40 +08:00 committed by GitHub
parent 14ae031d04
commit 75dfd06605
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,5 +17,5 @@
- name: Install navigator plugin of cockpit on centos
shell: |
yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator-0.5.10-1.el7.noarch.rpm
yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator-0.5.10-1.el7.noarch.rpm -y
when: ansible_os_family == "Redhat"