Skip to content

Commit

Permalink
Update more linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BobVanB committed Oct 20, 2023
1 parent 0d70433 commit d3501fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/dispatch/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
assign_default_ee_to_org: "{{ __role.assign_default_ee_to_org | default(false) }}"

- name: "Fail the playbook if there were errors (check mode only)"
fail:
ansible.builtin.fail:
msg: "The execution has failed because of errors (probably due to missing dependencies caused by check mode)."
when: ansible_check_mode and error_flag is defined and error_flag
...
2 changes: 1 addition & 1 deletion roles/filetree_create/templates/current_users.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ controller_user_accounts:
last_name: "{{ current_users_asset_value.last_name }}"
auditor: "{{ current_users_asset_value.is_system_auditor }}"
superuser: "{{ current_users_asset_value.is_superuser }}"
update_secrets: False
update_secrets: false
...

0 comments on commit d3501fe

Please sign in to comment.