--- - hosts: loadbalancer become: true tasks: - name: install nginx apt: name=nginx state=present update_cache=yes