You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
CI is currently failing for all changes: https://travis-ci.org/github/keylime/ansible-keylime/jobs/737772862
The key error is:
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?
The text was updated successfully, but these errors were encountered: