Might be the expected behavior but every task now runs 2 times.
`
$ ansible-playbook --ask-pass --ask-sudo-pass -i testing-servers linux-servers.yml --tags apts
SSH password:
SUDO password[defaults to SSH password]:
PLAY: ***************************************************************************
PLAY: ***************************************************************************
TASK [setup] ********************************************************************
TASK [setup] ********************************************************************
ok: [dns-1.testing.com]
ok: [dns-1.testing.com]
ok: [dns-2.testing.com]
ok: [dns-2.testing.com]
`
$ ansible --version
ansible 2.0.0 (devel 8c29bba2b1) last updated 2015/07/03 12:46:42 (GMT -500)
lib/ansible/modules/core: (detached HEAD ff69ce7912) last updated 2015/07/01 14:19:50 (GMT -500)
lib/ansible/modules/extras: (detached HEAD 4e48ef9eca) last updated 2015/07/01 14:19:51 (GMT -500)
v1/ansible/modules/core: (detached HEAD f8d8af17cd) last updated 2015/06/03 00:37:54 (GMT -500)
v1/ansible/modules/extras: (detached HEAD 495ad450e5) last updated 2015/06/03 00:37:58 (GMT -500)
configured module search path = None
Running with -vvvv it looks like I only ssh one time so it might be just a display issue.
Just posting here before I open an issue.