-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels