-
Notifications
You must be signed in to change notification settings - Fork 739
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
Add a "don't fail on error" switch ? #148
Comments
Hey @rgarrigue, rather than ignoring errors, I'd like to fix those errors so they don't happen in the first place. I guess this happens because |
Hello
I'm running your role against centos/systemd:latest and
amazonlinux/amazonlinux:2017.09 and 2017.03.
To reproduce
pip install molecule
molecule init role test
cd test
Add your role in meta/main.yml and molecule/default/requirements.yml (to be
created python style)
Add those dockers to molecule/default/molecule.yml
molecule test
Le sam. 7 oct. 2017 15:08, Sebastian Gumprich <notifications@github.com> a
écrit :
Hey @rgarrigue <https://github.com/rgarrigue>, rather than ignoring
errors, I'd like to fix those errors so they don't happen in the first
place.
I guess this happens because /bin/su is a symlink to /usr/bin/su or some
other path.
Can you tell me, what operating system you're using (if you're on aws,
tell me the ami, or if you use docker, tell me the container) please?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#148 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AByQn-cfvD9RAQugc6R1JwB8g6YL7n57ks5sp3e2gaJpZM4Pwez9>
.
--
Rémy GARRIGUE
|
Hi there. Coming to this role again 2 years later, I see a forgotten issue. This is no longer relevant to me. Can be closed as far as I'm concerned. |
Sorry, yeah, totally forgot. :/ Thanks for remembering though! |
Update syntax to 2.4
Hello
I just added this role as a deps for my role, ended up removing it since it's breaking my playbook, especially my "molecule test". Logs are below.
As for me, I wish those lineinfile / ownership / mod checks could be ignored if files are missing, hence no security trouble there.
The text was updated successfully, but these errors were encountered: