Thou shall close quotes
This commit is contained in:
parent
4039995063
commit
3507ddb5b5
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@
|
|||
- config
|
||||
|
||||
- name: install totpcgi key and cert
|
||||
copy: src="{{ puppet_private }}/{{ item.file }}" dest="{{ item.dest }}
|
||||
copy: src="{{ puppet_private }}/{{ item.file }}" dest="{{ item.dest }}"
|
||||
owner=fas group=fas mode=0400
|
||||
with_items:
|
||||
- {file: 2fa-certs/keys/fas-all.stg.phx2.fedoraproject.org.key, dest: /etc/pki/tls/private/totpcgi-server.key }
|
||||
|
@ -198,7 +198,7 @@
|
|||
- config
|
||||
|
||||
- name: install totpcgi key and cert
|
||||
copy: src="{{ puppet_private }}/{{ item.file }}" dest="{{ item.dest }}
|
||||
copy: src="{{ puppet_private }}/{{ item.file }}" dest="{{ item.dest }}"
|
||||
owner=fas group=fas mode=0400
|
||||
with_items:
|
||||
- {file: 2fa-certs/keys/fas-all.phx2.fedoraproject.org.key, dest: /etc/pki/tls/private/totpcgi-server.key }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue