Ansible, как установить Apache на удаленную машину

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