Hi Arthur,

Actually, I do have my app_install as a sub directory under roles. It's 
just that initially I only pasted everything within roles and only showing 
you that. Here's a better view:

~/git/ansible/roles$ tree
.
└── project1
    ├── server_hosts
    ├── app_install
    │   ├── README.md
    │   ├── defaults
    │   │   └── main.yml
    │   ├── files
    │   ├── handlers
    │   │   └── main.yml
    │   ├── meta
    │   │   └── main.yml
    │   ├── tasks
    │   │   └── app_install_task.yml
    │   ├── templates
    │   ├── tests
    │   │   ├── inventory
    │   │   └── test.yml
    │   └── vars
    │       └── main.yml
    ├── app_install_main.yml



On Thursday, March 17, 2016 at 10:37:01 PM UTC-4, Arthur Reyes wrote:
>
> It looks like your directory structure isn't quite right. app_install 
> should be a sub directory under roles, which might explain why your 
> playbook never finds vars/main.yml.
>

-- 
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/fdf6333c-5427-427f-8d5c-5ff9ea57cff0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to