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

Lab1 last excercise fails #84

Closed
simo5 opened this issue Apr 9, 2019 · 2 comments
Closed

Lab1 last excercise fails #84

simo5 opened this issue Apr 9, 2019 · 2 comments

Comments

@simo5
Copy link
Contributor

simo5 commented Apr 9, 2019

The last item of the last exercise proposes to try/check remediation with ansible, but it fails fue to missing python:

TASK [Gathering Facts] **************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "/bin/sh: /usr/bin/python: No such file or directory\n", "module_stdout": "", "msg": "The module failed to execute correctly, you probably need to set the interpreter.\nSee stdout/stderr for the exact error", "rc": 127}
to retry, use: --limit @/root/playbook.retry

@dahaic
Copy link
Collaborator

dahaic commented Apr 9, 2019

Ah right, I forgot about this issue. For posterity, it's due to 'python3' not being available as 'python'. https://docs.ansible.com/ansible/latest/reference_appendices/python_3_support.html

Can be solved by updating command, or using native rpm.

@lkerner
Copy link
Collaborator

lkerner commented Apr 10, 2019

@dahaic can you solve by the evening of Thurs April 11 when I make the blueprint for the Friday April 12th testing that Eduard organized?

dahaic added a commit to dahaic/SecurityDemos that referenced this issue Apr 11, 2019
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

3 participants