]> git.phdru.name Git - ansible.git/commitdiff
Feat(packages): Install more packages
authorOleg Broytman <phd@phdru.name>
Sun, 5 Apr 2020 06:27:04 +0000 (09:27 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 5 Apr 2020 06:27:04 +0000 (09:27 +0300)
Install GNU screen.

playbooks/roles/packages/tasks/main.yml

index c3220831be25f408d87b21b189af25b9945e2c41..bbce6a3b9d2d800743891fc7fdba97c0994a00fe 100644 (file)
@@ -6,7 +6,7 @@
     cache_valid_time: 3600
     install_recommends: no
     name: ['adjtimex', 'arj', 'bsd-mailx', 'elinks', 'fetchmail', 'links2',
-           'lzip', 'lzma', 'lzop', 'p7zip', 'xz-utils',
+           'lzip', 'lzma', 'lzop', 'p7zip', 'screen', 'xz-utils',
           ]
     state: latest
     update_cache: yes
@@ -16,7 +16,7 @@
   become: true
   dnf:
     name: ['adjtimex', 'arj', 'mailx', 'elinks', 'fetchmail', 'links',
-           'lzip', 'lzma', 'lzop', 'p7zip', 'xz',
+           'lzip', 'lzma', 'lzop', 'p7zip', 'screen', 'xz',
           ]
     state: latest
     update_cache: yes