- name: make sure the `openssl` package is installed ansible.builtin.apt: name: openssl state: present become: true - name: make sure the `certbot` package is installed ansible.builtin.apt: name: certbot state: present become: true