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

Feat/load callback plugins for print task execution time #13

Closed

Conversation

bngameni
Copy link
Member

Description

Show molecule scenario execution time by loading some ansible callback plugins

Motivation and Context

For be able to get role average execution time

How Has This Been Tested?

No specific tests for that.

Screenshots (if appropriate):

Types of Changes

  • feat: add schedule for run workflow each three months
  • feat: allow settings update_password policy options when creating users
  • feat: load ansible callback for display scenario exec time

Checklist:

  • My code follows the code style of this project.
  • My change requires change to the documentation.

Copy link
Member

@ElieDeloumeau ElieDeloumeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove not related content

@@ -92,6 +92,7 @@ See [tasks/install.yml](tasks/install.yml).
id_rsa:
public: 'ssh-rsa '
private: "{{ lookup('community.hashi_vault.hashi_vault', 'secret/ssh:private_key') }}"
update_password: "on_create" # default is always
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not related to the PR

@@ -15,3 +15,4 @@
uid: "{{ item.value.uid | default(omit) }}"
group: "{{ item.value.group | default(omit) }}"
groups: "{{ item.value.groups | default(omit) }}"
update_password: "{{ item.value.update_password | default(omit) }}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not related to the PR

@bngameni bngameni closed this Mar 26, 2024
@bngameni bngameni deleted the feat/load_callback_plugins_for_print_task_execution_time branch March 26, 2024 11:24
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.

2 participants