replaced 'with_items' with 'loop'

This commit is contained in:
AnsibleGuy 2022-01-18 21:24:54 +01:00
parent 0259c70488
commit 466907b828
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
owner: 'root' owner: 'root'
group: 'root' group: 'root'
mode: 0644 mode: 0644
with_items: loop:
- 'ansibleguy.infra_certs.LetsEncryptCertbot.service' - 'ansibleguy.infra_certs.LetsEncryptCertbot.service'
- 'ansibleguy.infra_certs.LetsEncryptCertbot.timer' - 'ansibleguy.infra_certs.LetsEncryptCertbot.timer'