Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Web (#6)
Browse files Browse the repository at this point in the history
* Removed unnecessary files

* Fixed Valid Versions

* Fixed Server Name issue

* Fixing Molecule

* Cleaned up Documentation

* Fixed Prepare for Centos8

* Lots of changes for Debian

* Fixed Idempotency Issue

* Added curl to prepare

* Fixed Prepare for Centos 8+ and Ubuntu 2204

* Fixed Error with V6 Rocky 9

* Hopefully fixed all of the PgSQL stuff

* Think I fixed my pgsql problem

* Nginx Work

* Fixed Accidental Install from Epel

* Fixed Error With Centos 7

* Enabled all Server Tests

* Remove Support for 5.X from Web

* More 5.0 Removal Cleanup

* Think I fixed my RHEL Problem
pyrodie18 committed Apr 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 09d9ba6 commit 4e95bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/zabbix_web/tasks/Debian.yml
Original file line number Diff line number Diff line change
@@ -83,6 +83,7 @@
apt_repository:
repo: "{{ item }} {{ zabbix_server_apt_repository | join(' ') }}"
state: present
when: zabbix_repo == "zabbix"
become: true
with_items:
- deb-src

0 comments on commit 4e95bc4

Please sign in to comment.