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

Fix update handler name to match the one defined in default vars #1

Merged
merged 1 commit into from
Aug 19, 2016
Merged

Fix update handler name to match the one defined in default vars #1

merged 1 commit into from
Aug 19, 2016

Conversation

QuingKhaos
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets f-
Related issues/PRs -
License GPLv3

What's in this PR?

Fixes the update handler name to match the one defined in default vars.

Why?

Otherwise the playbook run fails..

@bdellegrazie bdellegrazie merged commit bd19680 into bdellegrazie:master Aug 19, 2016
@bdellegrazie
Copy link
Owner

Good spot!

@QuingKhaos QuingKhaos deleted the fix/update-handler branch August 19, 2016 11:10
iiegn added a commit to commul/ansible-role-ca-certificates that referenced this pull request Nov 3, 2017
bdellegrazie added a commit that referenced this pull request Jan 23, 2018
Handlers are the correct solution to this type of problem but
its difficult to get just this handler to run at the end of the role.
Instead, provide a mechanism to execute the handler if the role changed.

This will result in double handler execution but I'm not sure that can
be avoided at this stage.

Note that the handler name has been simplified to "update ca-certificates"

closes #1
bdellegrazie added a commit that referenced this pull request Jan 23, 2018
Handlers are the correct solution to this type of problem but
its difficult to get just this handler to run at the end of the role.
Instead, provide a mechanism to execute the handler if the role changed.

This will result in double handler execution but I'm not sure that can
be avoided at this stage.

Note that the handler name has been simplified to "update ca-certificates"

Fixes #1
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