copr-pulp: temporarily dump keys so we can add them to bitwarden

This commit is contained in:
Jakub Kadlcik 2023-08-20 22:02:41 +02:00
parent bbf5e7844f
commit bcb6206818

View file

@ -43,6 +43,12 @@
package: name=postfix state=present
become: true
- name: Temporarily dump keys so we can add them to bitwarden
copy:
content: "{{ copr_dev_pulp_default_admin_password }}"
dest: /tmp/pulp_default_admin_password
mode: 000
- name: cloud basic setup
hosts: copr_pulp_dev_aws:copr_pulp_aws
become: true