Skip to content

Commit

Permalink
[icingaweb2] change user admin variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mkayontour committed Mar 8, 2024
1 parent d461428 commit 629d319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/icingaweb2/tasks/manage_icingaweb_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
when: icingaweb2_resources is defined

- name: Assemble roles.ini
when: (icingaweb2_admin_user is defined and icingaweb2_admin_password is defined) and icingaweb2_roles is defined
when: (icingaweb2_admin_username is defined and icingaweb2_admin_password is defined) and icingaweb2_roles is defined
block:
- name: Build variable
ansible.builtin.set_fact:
Expand Down

0 comments on commit 629d319

Please sign in to comment.