gpt4 book ai didi

cron - Ansible with_items 不断覆盖循环的最后一行

转载 作者:行者123 更新时间:2023-12-04 13:22:30 25 4
gpt4 key购买 nike

这是我的剧本。很简单。问题在于“with_items”。它遍历所有项目,但是,它只将最后一个项目写入 crontab 文件。我认为它正在覆盖它。为什么会这样?

- name: Create cron jobs to send emails                                       
cron:
name="Send emails"
state=present
special_time=daily
job="/home/testuser/deployments/{{ item }}/artisan --env={{
item }} send:healthemail"
with_items:
- london
- toronto
- vancouver

最佳答案

cron模块期望作业名称是唯一的。将其更改为:

name="Send emails {{ item }}"

见: cron – Manage cron.d and crontab entries

关于cron - Ansible with_items 不断覆盖循环的最后一行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34862768/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com