Ansible Como instalar o Apache em uma máquina remota

ansible web_server_group -i devops_inventory -b -m apt -a "name=apache2 state=present"
rajib2k5