]> git.phdru.name Git - ansible.git/commitdiff
Feat(packages): Remove unused packages master
authorOleg Broytman <phd@phdru.name>
Wed, 10 Jun 2026 21:11:14 +0000 (00:11 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 10 Jun 2026 21:11:14 +0000 (00:11 +0300)
playbooks/roles/packages/tasks/main.yaml

index fe6859631d73e51090ae34610b32e0405d5c4125..647aa261e235e22bf4d608598d1ab71ec8ffc1a4 100644 (file)
@@ -5,7 +5,7 @@
     autoremove: yes
     cache_valid_time: 3600
     install_recommends: no
-    name: ['adjtimex', 'arj', 'bsd-mailx', 'calendar', 'elinks', 'fetchmail',
+    name: ['bsd-mailx', 'calendar', 'elinks', 'fetchmail',
            'links2', 'lzip', 'lzma', 'lzop', 'make', 'net-tools',
            'p7zip', 'plocate', 'screen', 'socat', 'unrar', 'xz-utils',
           ]
@@ -16,7 +16,7 @@
 - name: Install software packages (RedHat)
   become: true
   dnf:
-    name: ['adjtimex', 'arj', 'mailx', 'elinks', 'fetchmail', 'links',
+    name: ['mailx', 'elinks', 'fetchmail', 'links',
            'lzip', 'lzma', 'lzop', 'p7zip', 'screen', 'xz',
           ]
     state: latest