Skip to content

Commit

Permalink
resolved few issues based on automation report
Browse files Browse the repository at this point in the history
  • Loading branch information
srijapapinwar committed Jul 15, 2022
1 parent 6faff09 commit dd63b3a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions roles/oneview_user/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,6 @@
newPassword: "{{ contents.users.newpassword }}"
delegate_to: localhost

- name: Change the User's password during first-time setup
oneview_user:
config: "{{ config }}"
sessionID: "{{ session.ansible_facts.session }}"
state: set_password
data:
userName: "{{ contents.users.user_name }}"
oldPassword: "myPass1234"
newPassword: "{{ contents.users.newpassword }}"
delegate_to: localhost

- name: Adds multiple new local users to the appliance
oneview_user:
config: "{{ config }}"
Expand Down

0 comments on commit dd63b3a

Please sign in to comment.