Explicitly install from git if not on Fedora or RedHat

pull/20/head
Peter Janes 8 years ago
parent 314ea208c2
commit 5f54b5d397
  1. 2
      tasks/main.yml

@ -3,7 +3,7 @@
when: not certbot_from_git and (ansible_distribution == 'Fedora' or ansible_distribution == 'RedHat')
- include: install-from-git.yml
when: certbot_from_git or (ansible_distribution == 'Ubuntu')
when: certbot_from_git or (ansible_distribution != 'Fedora' and ansible_distribution != 'RedHat')
- include: renew-cron.yml
when: certbot_auto_renew

Loading…
Cancel
Save