Fix missing repo string in ubuntu/roles/icinga-client/tasks/main.yml
This commit is contained in:
parent
508e73ff39
commit
8174e2d60f
@ -4,7 +4,7 @@
|
|||||||
- name: Add Icinga package repository key
|
- name: Add Icinga package repository key
|
||||||
apt_key: url="https://packages.icinga.com/icinga.key" state=present
|
apt_key: url="https://packages.icinga.com/icinga.key" state=present
|
||||||
- name: Add Icinga apt repository
|
- name: Add Icinga apt repository
|
||||||
apt_repository: repo="https://packages.icinga.com/ubuntu icinga-xenial main" state=present
|
apt_repository: repo="deb https://packages.icinga.com/ubuntu icinga-xenial main" state=present
|
||||||
- name: Update apt cache and install Icinga packages
|
- name: Update apt cache and install Icinga packages
|
||||||
apt: name={{ item }} state=latest update_cache=yes
|
apt: name={{ item }} state=latest update_cache=yes
|
||||||
with_items:
|
with_items:
|
||||||
|
Loading…
Reference in New Issue
Block a user