-
Notifications
You must be signed in to change notification settings - Fork 666
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
Feature request, setting no_log from playbook.yml #1346
Comments
You are free to modify your create/destroy playbooks as you choose. However, this isn't a default we will be setting. Again, you are free to change your own setup how you see fit. |
@retr0h I don't have the above mentionned playbooks in the 2.15.0 generated default scenario Your soft, your call, though if there's no way to adjust verbosity I'm curious to know how you spot the issues in a debug output. As for me I can't run molecule on my windows workstation, I only have the log shown by Gitlab CI without coloration, I'm looking for "error" with firefox's Ctrl-F... not exactly efficient :-/ |
Let me think about this more. |
I don't have the cycles to implement this. Curious if anyone else does. |
Provisioner will take a log option to enable/disable Ansible log output. Fixes: ansible#1346
@rgarrigue when 2.17 lands you can use this feature. Update your
|
Great, I'll test this asap, thanks !--
Rémy GARRIGUE
|
@retr0h I tried this right now. All good for me, though I saw one glitch
The last message shouldn't be here, though I dunno if it's a task not taking in account the no_log or something else. |
Not sure thats something Molecule controls... Everywhere that references
|
To my surprise, only discovered that adding |
What about turning no_log: "{{ molecule_no_log }}" to no_log: "false" in create.yml file? Worked for me |
Issue Type
Molecule and Ansible details
Molecule installation method (one of):
Ansible installation method (one of):
Desired Behavior
I'ld like to be able to set
no_log: false
frommolecule/default/playbook.yml
. Debug is way too verbose for me, I just wan't to see the censored messageThe text was updated successfully, but these errors were encountered: