Use 'loop' syntax instead of 'with_list'

This commit is contained in:
Jérémy Lecour 2021-05-04 14:31:22 +02:00 committed by Jérémy Lecour
parent 485ec39674
commit e7ddf9d46c
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ The **patch** part changes incrementally at each release.
### Changed
* Use 'loop' syntax instead of 'with_first_found/with_items/with_dict/with_nested'
* Use 'loop' syntax instead of 'with_first_found/with_items/with_dict/with_nested/with_list'
* apt: store keys in /etc/apt/trusted.gpg.d in ascii format
* evolinux-base: copy GPG key instead of using apt-key
* ntpd: Add leapfile configuration setting to ntpd on debian 10+

View file

@ -5,7 +5,7 @@
path: /root/.ssh/known_hosts
name: "[{{ item.name }}]:{{ item.port }}"
key: "[{{ item.name }}]:{{ item.port }} {{ item.fingerprint }}"
with_list: "{{ evobackup_client__hosts }}"
loop: "{{ evobackup_client__hosts }}"
tags:
- evobackup_client
- evobackup_client_backup_hosts