Hi all,

I have just updated our ansible to 1.9.1.
It turned out that when I run it, i.e:

ansible-playbook -i hosts some.yml --list-hosts --list-tasks

I also get the following data on the screen:

 play #1 (group.main): host count=2
    server1
    server2
  play #1 (group.main):    TAGS: []
    role1 - task1 ...
    role1 - task2 ...

  play #2 (group1) host count=0
  play #2 (group1):    TAGS: []

  play #3 (group2): host count=0
  play #3 (group2):     TAGS: []

  play #4 (group4): host count=0
  play #4 (group4):        TAGS: []
    role1 - task1
    role1 - task2
    role1 - task3

  play #5 (group5): host count=0
  play #5 (group5):    TAGS: []

  play #6 (group6): host count=0
  play #6 (group6):        TAGS: []



It seems that ansible is telling me also about things which will not be 
done.
Is is possible to display only what is going to be done ?
And not the others ?

Best regards

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/4dce5b58-2361-4552-ab88-be8eefaa4f34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to