mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
server name fixed
This commit is contained in:
parent
f442af3445
commit
172845408c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
- name: Get active users
|
- name: Get active users
|
||||||
shell: >
|
shell: >
|
||||||
grep ^V pki/index.txt | grep -v "www.ivlis.me" | awk '{print $5}' | sed 's/\/CN=//g'
|
grep ^V pki/index.txt | grep -v "{{ server_name }}" | awk '{print $5}' | sed 's/\/CN=//g'
|
||||||
args:
|
args:
|
||||||
chdir: '{{ easyrsa_dir }}/easyrsa3/'
|
chdir: '{{ easyrsa_dir }}/easyrsa3/'
|
||||||
register: valid_certs
|
register: valid_certs
|
||||||
|
|
Loading…
Add table
Reference in a new issue