Bug in top-level playbook: tags broken

13 views
Skip to first unread message

ja...@ioctl.org

unread,
Jun 18, 2015, 6:19:59 AM6/18/15
to ansible...@googlegroups.com
See the attachment. With ansible 1.7.2 this works as expected:

% ansible-playbook --version
ansible-playbook 1.7.2
% ansible-playbook -i hosts/localhost a.yml --tags b

PLAY [localhost]
**************************************************************

GATHERING FACTS
***************************************************************
ok: [localhost]

TASK: [debug msg="b"]
*********************************************************
ok: [localhost] => {
"msg": "b"
}

PLAY RECAP
********************************************************************
localhost : ok=2 changed=0 unreachable=0
failed=0


With 1.9.1 it's broken:

% ansible-playbook --version
ansible-playbook 1.9.1
% ansible-playbook -i hosts/localhost a.yml --tags b
ERROR: tag(s) not found in playbook: b. possible values:





--
ja...@ioctl.org http://ioctl.org/jan/ Short, dark, ugly: pick any three
Whenever I see a dog salivate I get an insatiable urge to ring a bell.
x.tar.gz

Brian Coca

unread,
Jun 18, 2015, 1:14:35 PM6/18/15
to ansible...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages