]> git.phdru.name Git - ansible.git/commitdiff
Refactor(init-system): Alphabetically sort packages
authorOleg Broytman <phd@phdru.name>
Mon, 29 Jul 2019 01:23:18 +0000 (04:23 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 29 Jul 2019 01:23:18 +0000 (04:23 +0300)
playbooks/debian/roles/init-system/tasks/apt.yml

index a24e44aa49ae938a05a412da243cf1acd13cfc20..a5ad3dd19cbbd67d2b6fca9e23e1ff21fc8ff582 100644 (file)
     autoclean: yes
     autoremove: yes
     install_recommends: no
-    name: ['apt', 'aptitude', 'deborphan', 'dselect',
-           'bash', 'bash-completion',
-           'curl', 'mc', 'rsync', 'vim', 'wget',
-           'arj', 'bzip2', 'lzip', 'lzma', 'lzop', 'p7zip',
-           'unzip', 'zip', 'xz-utils',
-           'gnupg', 'gnupg2',
-           'adjtimex', 'logcheck',
-           'bsd-mailx', 'mutt', 'procmail',
-           'python', 'python2.7', 'python3',
+    name: ['adjtimex', 'apt', 'aptitude', 'arj',
+           'bash', 'bash-completion', 'bsd-mailx', 'bzip2',
+           'curl', 'deborphan', 'dselect', 'gnupg', 'gnupg2',
+           'logcheck', 'lzip', 'lzma', 'lzop', 'mc', 'mutt',
+           'p7zip', 'procmail', 'python', 'python2.7', 'python3',
+           'rsync', 'unzip', 'vim', 'wget', 'xz-utils', 'zip',
           ]
     purge: yes
     state: latest