Skip to content
Snippets Groups Projects
install_packages.yml 793 B
---
### PAKETINSTALLATIONEN SUBMISSION APPLICATION ###
- name: Install/Update curl, libxerces-c-dev, rsync, tar, unzip, imagemagick, libtiff-tools, libxml2-utils
  apt:
    name: [
      'curl',
      'inotify-tools',
      'libpath-class-perl',
      'libxalan-c111',
      'libxerces-c-dev',
      'libxml2-utils',
      'p7zip-full',
      'rsync',
      'sqlite3',
      'tar',
      'unzip',
      'imagemagick',
      'libtiff-tools'
    ]
    state: present
    update_cache: "yes"

- name: Install/Update Perl-Pakete
  apt:
    name: [
      'libcurses-ui-perl',
      'libnet-scp-perl',
      'libtest-exception-perl',
      'libtest-file-perl',
      'libtest-output-perl',
      'libtext-csv-xs-perl',
      'perl',
      'perl-base',
      'perl-modules',
    ]
    state: present