]> git.phdru.name Git - ansible.git/blob - playbooks/redhat/roles/packages/tasks/main.yml
af8cc80fb75b679f476a66bb5dbf72e6d90ce604
[ansible.git] / playbooks / redhat / roles / packages / tasks / main.yml
1 - name: Install software packages
2   become: true
3   dnf:
4     name: ['adjtimex', 'arj', 'mailx', 'elinks', 'fetchmail', 'links',
5            'lzip', 'lzma', 'lzop', 'p7zip', 'xz',
6           ]
7     state: latest
8     update_cache: yes