feature:TSG-21792: Support tsg-os-logfile-cleaner in OS.

This commit is contained in:
fumingwei
2024-07-31 15:09:18 +08:00
committed by 付明卫
parent 77b2f00175
commit a0e2b3da95
16 changed files with 637 additions and 115 deletions

View File

@@ -134,4 +134,10 @@
- name: "add dracut module to initramfs"
shell: dracut --force -v /boot/initramfs-5.17.15-1.el8.x86_64.img 5.17.15-1.el8.x86_64
when: runtime_env == 'TSG-X-P0906'
when: runtime_env == 'TSG-X-P0906'
- name: "install python3 toml"
shell: python3 -m pip install toml
- name: "install python3 sdnotify"
shell: python3 -m pip install sdnotify