Update to 2022-12-27 12:00

This commit is contained in:
Daniel Berteaud
2022-12-27 12:00:12 +01:00
parent 2ffea0d4cb
commit 1a24e65c5b
48 changed files with 7 additions and 72 deletions

View File

@@ -80,7 +80,6 @@
shell: curl https://api.wordpress.org/secret-key/1.1/salt | perl -ne '/^define\(.{{ item.item }}.\s*,\s*.(.*).\s*\);/ && print "$1"' > {{ wp_root_dir }}/meta/ansible_{{ item.item }}
args:
creates: " {{ wp_root_dir }}/meta/ansible_{{ item.item }}"
warn: False
loop: "{{ wp_secrets_files.results }}"
when: not item.stat.exists
tags: wp