mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2022-12-27 12:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user