---

- name: "ensure required packages are installed"
  become: true
  package:
    name:
      - acl
      - git
      - iptables
      - python3
      - python3-pip
      - python3-systemd
      - rsync
      - sudo