- name: Ensure docker components are installed tags: - setup ansible.builtin.include_tasks: file: ensure-docker-basic.yaml apply: become: true tags: - setup - name: Ensure nigel can use sudo without password become: true ansible.builtin.lineinfile: path: /etc/sudoers state: present line: "nigel ALL=(ALL) NOPASSWD:ALL"