FredericHeem/starhackit

View on GitHub
deploy/playbook/roles/certbot-renew-hooks/main.yml

Summary

Maintainability
Test Coverage
---
- hosts: all
  gather_facts: False
  become: True
  vars:
    certbot_auto_renew_user: "{{ ansible_user | default(lookup('env', 'USER')) }}"