aci_aaa_user_certificate: Rename user parameter to aaa_user (#35207)

This commit is contained in:
Dag Wieers 2018-01-23 02:23:06 +01:00 committed by GitHub
commit 64df1a7566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 25 deletions

View file

@ -18,7 +18,7 @@
validate_certs: '{{ aci_validate_certs | default(false) }}'
use_ssl: '{{ aci_use_ssl | default(true) }}'
use_proxy: '{{ aci_use_proxy | default(true) }}'
user: admin
aaa_user: admin
certificate_name: admin
state: absent
@ -32,7 +32,7 @@
validate_certs: '{{ aci_validate_certs | default(false) }}'
use_ssl: '{{ aci_use_ssl | default(true) }}'
use_proxy: '{{ aci_use_proxy | default(true) }}'
user: admin
aaa_user: admin
certificate_name: admin
certificate: "{{ lookup('file', 'pki/admin.crt') }}"
state: present
@ -69,7 +69,7 @@
validate_certs: '{{ aci_validate_certs | default(false) }}'
use_ssl: '{{ aci_use_ssl | default(true) }}'
use_proxy: '{{ aci_use_proxy | default(true) }}'
user: admin
aaa_user: admin
state: query
check_mode: yes
register: cm_query_all_certs