Fix incorrect path with totpcgi in prod
This commit is contained in:
parent
255197d353
commit
153aa57dfc
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
owner=fas group=fas mode=0400
|
||||
with_items:
|
||||
- {file: 2fa-certs/keys/fas-all.phx2.fedoraproject.org.crt, dest: /etc/pki/totpcgi/totpcgi-server.crt }
|
||||
- {file: 2fa-certs/keys/fas-all.phx2.fedoraproject.org.key, dest: /etc/pki/totpcgi/private/totpcgi-server.key }
|
||||
- {file: 2fa-certs/keys/fas-all.phx2.fedoraproject.org.key, dest: /etc/pki/totpcgi/totpcgi-server.key }
|
||||
- {file: 2fa-certs/keys/ca.crt, dest: /etc/pki/totpcgi/totpcgi-ca.crt }
|
||||
when: master_fas_node == True and not '.stg.' in inventory_hostname
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue