您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
174B

  1. ---
  2. - name: restart nginx
  3. service:
  4. name: nginx
  5. state: restarted
  6. - name: reload nginx
  7. service:
  8. name: nginx
  9. state: reloaded
  10. listen: certificate changed