Skip to content

Commit

Permalink
portainer: skip setup if password is too weak
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Dec 22, 2024
1 parent f2fdafd commit 8bf6b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/portainer/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

- name: Setup Tasks
ansible.builtin.import_tasks: "subtasks/setup.yml"
when: not portainer_config_stat.stat.exists and (not continuous_integration)
when: not portainer_config_stat.stat.exists and (user.pass | length >= 12)

0 comments on commit 8bf6b99

Please sign in to comment.