Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dhcp-probe tasks depends on some local facts #12

Open
redrampage opened this issue Jun 24, 2015 · 2 comments
Open

dhcp-probe tasks depends on some local facts #12

redrampage opened this issue Jun 24, 2015 · 2 comments

Comments

@redrampage
Copy link
Contributor

TASK: [debops.dhcpd | Create dhcp-probe lib directory] ************************ 
fatal: [192.168.0.1] => One or more undefined variables: 'ansible_local' is undefined

Looks like 'tasks/dhcp-probe.yml' depends on some local facts that that is not mentioned in README.

@redrampage
Copy link
Contributor Author

Also, IMHO it will be better to disable dhcp-probe by default, because it's an extended functionality.

@drybjed
Copy link
Member

drybjed commented Jun 24, 2015

Sure, I can go with dhcp-probe disabled by default.

Above error is due to missing ansible_local.root.lib fact which is defined by root.yml playbook. But I can fix it by setting default path for it if variable is not defined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants