copr-pulp: temporarily dump keys so we can add them to bitwarden
This commit is contained in:
parent
bbf5e7844f
commit
bcb6206818
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,12 @@
|
||||||
package: name=postfix state=present
|
package: name=postfix state=present
|
||||||
become: true
|
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
|
- name: cloud basic setup
|
||||||
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
||||||
become: true
|
become: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue