|
@@ -7,11 +7,17 @@
|
|
- name: Check if Quay key exists to save time
|
|
- name: Check if Quay key exists to save time
|
|
ansible.builtin.stat:
|
|
ansible.builtin.stat:
|
|
path: "{{ ansible_facts['user_dir'] }}/ca/quay-key.pem"
|
|
path: "{{ ansible_facts['user_dir'] }}/ca/quay-key.pem"
|
|
|
|
+ get_attributes: no
|
|
|
|
+ get_checksum: no
|
|
|
|
+ get_mime: no
|
|
register: qkey_file
|
|
register: qkey_file
|
|
|
|
|
|
- name: Check if Quay cert exists to save time
|
|
- name: Check if Quay cert exists to save time
|
|
ansible.builtin.stat:
|
|
ansible.builtin.stat:
|
|
path: "{{ ansible_facts['user_dir'] }}/ca/quay-cert.pem"
|
|
path: "{{ ansible_facts['user_dir'] }}/ca/quay-cert.pem"
|
|
|
|
+ get_attributes: no
|
|
|
|
+ get_checksum: no
|
|
|
|
+ get_mime: no
|
|
register: qcert_file
|
|
register: qcert_file
|
|
|
|
|
|
- name: Create a new private key for Quay, if it does not exist yet.
|
|
- name: Create a new private key for Quay, if it does not exist yet.
|