You've already forked ansible-role-rsyslog
Update variable names. Revert to almalinux
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
- name: Enable Adiscon rsyslog apt repo
|
||||
apt_repository: repo='deb http://debian.adiscon.com/v8-stable wheezy/' state=present filename='rsyslog' update_cache='yes'
|
||||
when: >
|
||||
use_repo and
|
||||
rsyslog_use_repo and
|
||||
ansible_distribution == 'Debian'
|
||||
|
||||
## TODO: v8-stable/v7-stable available, for "ubuntu versions not yet reached end of life".. sanitize selection
|
||||
@@ -20,7 +20,7 @@
|
||||
- name: Enable Adiscon rsyslog apt repo
|
||||
apt_repository: repo='ppa:adiscon/v{{ repo_releasever }}-stable'
|
||||
when: >
|
||||
use_repo and
|
||||
rsyslog_use_repo and
|
||||
ansible_distribution == 'Ubuntu'
|
||||
|
||||
- name: install packages for Debian
|
||||
|
||||
Reference in New Issue
Block a user