Ansible

What would be the result of running the following task? How to fix it?

- hosts: localhost
  tasks:
      - name: Install zlib
        package:
          name: zlib
          state: present

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

🚧 Answer not written yet.