在ansible剧本中重复几次特定任务

时间:2018-08-11 19:04:39

标签: ansible

我需要重复执行一项任务,我正在尝试使用参数:“重试”和“延迟”,但是它不起作用:

这是我的任务,需要重复:

- name: Restart service zabbix-agents
  service:
    name: zabbix-agent
    state: restarted
  retries: 3
  delay: 10

我该怎么办?预先谢谢你。

0 个答案:

没有答案