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

(bugfix) [1.1.1.7] Task shouldn't fail if module vfat is builtin. #58

Merged
merged 1 commit into from
Oct 21, 2021

Conversation

robinlennox
Copy link
Contributor

Prevents error:

TASK [CIS-Ubuntu-20.04-Ansible : 1.1.1.7 Ensure mounting of FAT filesystems is limited | modprobe] ****************************************************************************************************************
fatal: [ansible01]: FAILED! => {"changed": false, "msg": "modprobe: FATAL: Module vfat is builtin.\n", "name": "vfat", "params": "", "rc": 1, "state": "absent", "stderr": "modprobe: FATAL: Module vfat is builtin.\n", "stderr_lines": ["modprobe: FATAL: Module vfat is builtin."], "stdout": "", "stdout_lines": []}

@robinlennox robinlennox changed the title (bugfix) [1.1.1.7] Task shouldn't fail if user in list doesn't exist (bugfix) [1.1.1.7] Task shouldn't fail if module vfat is builtin. Oct 21, 2021
@alivx alivx merged commit ea3e4f8 into alivx:master Oct 21, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants