fix: remove useless package icingaweb2-module-monitoring
This commit is contained in:
parent
ec977101f9
commit
b08f2eda4d
2 changed files with 2 additions and 4 deletions
|
@ -2,8 +2,7 @@ import os, re
|
|||
import testinfra.utils.ansible_runner
|
||||
|
||||
def test_packages(host):
|
||||
for package_name in ['icingaweb2', 'icingaweb2-module-monitoring']:
|
||||
package = host.package(package_name)
|
||||
package = host.package('icingaweb2')
|
||||
assert package.is_installed
|
||||
|
||||
def test_service(host):
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
ansible.builtin.package:
|
||||
name:
|
||||
- icingaweb2
|
||||
- icingaweb2-module-monitoring
|
||||
tags: icingaweb2
|
||||
|
||||
- name: enable apache configuration
|
||||
|
|
Loading…
Reference in a new issue