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

CI failing because keylime is no longer installed at /root/keylime from git #21

Open
mpeters opened this issue Oct 23, 2020 · 0 comments
Assignees

Comments

@mpeters
Copy link
Member

mpeters commented Oct 23, 2020

CI is currently failing for all changes: https://travis-ci.org/github/keylime/ansible-keylime/jobs/737772862

The key error is:

TASK [ansible-keylime : Move /etc/keylime.conf into /etc] **********************
fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["mv", "/root/keylime/keylime.conf", "/etc/keylime.conf"], "delta": "0:00:00.003085", "end": "2020-10-23 16:50:15.321461", "msg": "non-zero return code", "rc": 1, "start": "2020-10-23 16:50:15.318376", "stderr": "mv: cannot stat '/root/keylime/keylime.conf': No such file or directory", "stderr_lines": ["mv: cannot stat '/root/keylime/keylime.conf': No such file or directory"], "stdout": "", "stdout_lines": []}

This previous change b5965b1 removed the tasks that checked out the keylime source from git into /root/keylime and now that that isn't happening there is no /root/keylime/keylime.conf to copy.

@lukehinds if dnf is installing the keylime package now, do we need to install a sample keylime.conf in ansible?

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

1 participant