]> git.phdru.name Git - ansible.git/commitdiff
Feat(debian-init-system): Install more software
authorOleg Broytman <phd@phdru.name>
Mon, 15 Jul 2019 23:24:00 +0000 (02:24 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 16 Jul 2019 18:28:41 +0000 (21:28 +0300)
Install `curl`, `wget` and `gnupg`.

playbooks/roles/debian-init-system/tasks/main.yml

index 34a5cc19858fb8d4426eec53d6c1210d8bb6b30b..76a06fe117201189a05fb4327973d68a5fb4fd70 100644 (file)
@@ -5,9 +5,11 @@
     autoremove: yes
     install_recommends: no
     name: ['apt', 'aptitude', 'dselect', 'bash', 'bash-completion',
-           'mc', 'python', 'python3', 'rsync', 'vim',
+           'curl', 'mc', 'python', 'python3', 'rsync', 'vim', 'wget',
            'arj', 'bzip2', 'lzip', 'lzma', 'lzop', 'p7zip',
-           'unzip', 'zip', 'xz-utils']
+           'unzip', 'zip', 'xz-utils',
+           'gnupg', 'gnupg2',
+          ]
     purge: yes
     state: latest
     update_cache: yes