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

Add when condition for ppa certbot because don't work on jammy #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DnR-iData
Copy link

No description provided.

@DnR-iData DnR-iData requested a review from leucos November 16, 2023 07:40
@DnR-iData DnR-iData self-assigned this Nov 16, 2023
Copy link
Collaborator

@leucos leucos left a comment

Choose a reason for hiding this comment

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

since the task where __haproxy_le_ppa_certbot is registered has a when condition, may be you might want to test if __haproxy_le_ppa_certbot is defined at line 22.

something like:

  when: __haproxy_le_python_certbot is failed or (__haproxy_le_ppa_certbot is defined and __haproxy_le_ppa_certbot is failed)

@DnR-iData
Copy link
Author

since the task where __haproxy_le_ppa_certbot is registered has a when condition, may be you might want to test if __haproxy_le_ppa_certbot is defined at line 22.

something like:

  when: __haproxy_le_python_certbot is failed or (__haproxy_le_ppa_certbot is defined and __haproxy_le_ppa_certbot is failed)

Done, thx

@DnR-iData DnR-iData requested a review from leucos November 16, 2023 13: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