typo
This commit is contained in:
parent
a86f5d4473
commit
67e982781d
1 changed files with 2 additions and 2 deletions
|
@ -795,7 +795,7 @@
|
|||
login_username: "admin"
|
||||
login_password: "{{ ADMIN_PASS }}"
|
||||
login_tenant_name: "admin"
|
||||
auth_url="https://{{controller_hostname}}:35357/v2.0"
|
||||
auth_url: "https://{{controller_hostname}}:35357/v2.0"
|
||||
state: "present"
|
||||
name: 'ssh-anywhere'
|
||||
description: "allow ssh from anywhere"
|
||||
|
@ -813,7 +813,7 @@
|
|||
login_username: "admin"
|
||||
login_password: "{{ ADMIN_PASS }}"
|
||||
login_tenant_name: "admin"
|
||||
auth_url="https://{{controller_hostname}}:35357/v2.0"
|
||||
auth_url: "https://{{controller_hostname}}:35357/v2.0"
|
||||
state: "present"
|
||||
name: 'ssh-internal'
|
||||
description: "allow ssh from copr-network"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue