mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
munin/tasks/install.yml: package ordering (no functional change)
This commit is contained in:
parent
c5a3c615cc
commit
8b89c7eb91
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
- name: "Install 5 packages: munin, munin-node, munin-plugins-extra, libcgi-fast-perl, python3-passlib"
|
- name: "Install 5 packages: libcgi-fast-perl, munin, munin-node, munin-plugins-extra, python3-passlib"
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
#- libapache2-mod-fcgid
|
||||||
|
- libcgi-fast-perl
|
||||||
- munin
|
- munin
|
||||||
- munin-node
|
- munin-node
|
||||||
- munin-plugins-extra
|
- munin-plugins-extra
|
||||||
- libcgi-fast-perl
|
|
||||||
#- libapache2-mod-fcgid
|
|
||||||
- python3-passlib
|
- python3-passlib
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue