Folks,
Were dealing with some weird issue that we want to clarify, clearly were understanding something wrong
Heres is our current playbook distribution, with roles and stuff
deploy/
├── ansible.cfg
├── filter_plugins
│ ├── search_hostvars.py
│ └── search_hostvars.pyc
├── group_vars
│ ├── all
├── install_ansible.sh
├── inventory
│ └── inventory
├── openstack.yaml
├── roles
│ ├── apt-cacher
│ │ ├── defaults
│ │ │ ├── main.yaml
│ │ │ └── trackfile
│ │ ├── files
│ │ │ └── trackfile
│ │ ├── handlers
│ │ │ └── trackfile
│ │ ├── meta
│ │ │ └── trackfile
│ │ ├── tasks
│ │ │ ├── main.yaml
│ │ │ └── trackfile
│ │ ├── templates
│ │ │ ├── etc
│ │ │ │ └── apt
│ │ │ │ └── apt.conf.d
│ │ │ │ └── 000apt-cacher-ng-proxy
│ │ │ └── trackfile
│ │ ├── trackfile
│ │ └── vars
│ │ ├── main.yaml
│ │ └── trackfile
In the apt-cacher role task main.yaml we have :