I\'m setting up an Ansible playbook to set up a couple servers. There are a couple of tasks that I only want to run if the current host is my local dev host, named \"local\"
This is an alternative:
- name: Install this only for local dev machine pip: name=pyramid delegate_to: localhost