Skip to content

Commit

Permalink
remove generic usernum from showroom (#8959)
Browse files Browse the repository at this point in the history
  • Loading branch information
newgoliath authored Jan 10, 2025
1 parent 2b8e54f commit 88b70ae
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@
ansible.builtin.set_fact:
_user_count: "{{ _showroom_user_data['users'] | length }}"

- name: Set a user.usernum
when:
- _user_count is defined
- _user_count | int > 0
agnosticd_user_info:
data:
usernum: "{{ n }}"
user: "user{{ n }}"
loop: "{{ range(1, _user_count | int + 1) | list }}"
loop_control:
loop_var: n

- name: Read user-info.yaml
delegate_to: localhost
ansible.builtin.slurp:
Expand Down

0 comments on commit 88b70ae

Please sign in to comment.