Update variable names. Revert to almalinux

This commit is contained in:
2021-05-19 13:51:37 +12:00
parent 06b5861999
commit d4d01e5718
7 changed files with 24 additions and 24 deletions

View File

@@ -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