選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

main.yml 133B

1234567
  1. ---
  2. - name: stat certificate
  3. stat:
  4. path: "{{ certificate_file }}"
  5. register: _certificate_stat
  6. listen: certificate changed