--- - name: Basic Server Setup hosts: local become: yes tasks: - name: Update apt cache apt: update_cache: yes - name: Install curl apt: name: curl state: present