test again, this should just make the 2nd definition overwrite the
first, you can do this with include_vars: "{{ansible_os_family}}.yml"
and have the definition of each in a file or you can do this:

  vars:
    - packages:
       Debian:
        - dash
        - bash
        - ksh
        - tcsh
        - gawk
        - perl
        - python
        - php-cli
        - ruby
        - tcl
      Redhat:
        - dash
        - bash
        - ksh
        - tcsh
        - gawk
        - perl
        - python
        - php5-cli
        - ruby
        - tcl8.5

and access it via packages[ansible_os_family]

-- 
Brian Coca

-- 
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/CAJ5XC8nHKzLeXiQPOxebwh%3DLshNkC6KqAvL5ujpgdU2ru10t_w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to