summaryrefslogtreecommitdiff
path: root/roles/x509/uacme/cert/finalize/tasks/main.yml
blob: 6578c41896aa2f7aec0e326eeecd65e006f23702 (plain) (blame)
1
2
3
4
5
---
- name: running uacme issue command
  command: "/usr/local/bin/uacme-reconcile.sh '{{ uacme_cert_name }}'"
  register: uacme_reconcile
  changed_when: "'not updated.' not in uacme_reconcile.stdout"