Ansible – Ansible Flow- Install Package in Ansible (Part-4)
Install Package in Local host using using adhoc command Using ad-hoc Ansible commands Install Apache using apt module: official – https://docs.ansible.com/ansible/latest/collections/ansible/builtin/apt_module.html Copy index.html using copy module: official – https://docs.ansible.com/ansible/latest/collections/ansible/builtin/copy_module.html Start…