# Addionial LA post deploy tasks

- name: Add additional dependencies for monitoring, troubleshooting, ...
  apt:
    name:
      - swaks
    state: present
    autoclean: yes
    update_cache: yes
  tags: post-task-postfix
