From bcb6206818944e7cc034ec8fd193d21adbe280f9 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 20 Aug 2023 22:02:41 +0200 Subject: [PATCH] copr-pulp: temporarily dump keys so we can add them to bitwarden --- playbooks/groups/copr-pulp.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/groups/copr-pulp.yml b/playbooks/groups/copr-pulp.yml index 3f5d545ac2..3665d49f3b 100644 --- a/playbooks/groups/copr-pulp.yml +++ b/playbooks/groups/copr-pulp.yml @@ -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