threatstack / threatstack-ansible

Ansible for installing Threatstack Agent
https://www.threatstack.com
MIT License
23 stars 17 forks source link

Wrong template src path: templates/config.j2 #8

Closed vazhnov closed 8 years ago

vazhnov commented 8 years ago

I've received this error in Ansible 1.9.5:

TASK: [apollocatlin.threatstack | Create ThreatStack Config File] *************
fatal: [srv01.example.com] => input file not found at /home/user/git/ansible/myrepo/roles/apollocatlin.threatstack/templates/templates/config.j2 or /home/user/git/ansible/myrepo/templates/config.j2

After changing template src from «templates/config.j2» to «config.j2», error is gone:

TASK: [apollocatlin.threatstack | Create ThreatStack Config File] ************* 
ok: [srv01.example.com]
tmclaugh commented 8 years ago

Committed fix.