Skip to content

Commit 0c180d5

Browse files
Romain GordoloRo3090
authored andcommitted
Merge branch 'fix_add_context_auto' into 'develop'
Story #9550 - fix add context auto See merge request vitam/vitam!8937 (cherry picked from commit 949d78f) fa8b09f Story #9550 - fix add context auto
1 parent 92a81a3 commit 0c180d5

File tree

1 file changed

+6
-0
lines changed
  • deployment/ansible-vitam-exploitation/roles/context_and_security_profiles/tasks

1 file changed

+6
-0
lines changed

deployment/ansible-vitam-exploitation/roles/context_and_security_profiles/tasks/add.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
echo: YES
2525
register: exec_action
2626
delegate_to: localhost
27+
when: confirmation|upper != "YES"
28+
29+
- set_fact:
30+
exec_action:
31+
user_input: "YES"
32+
when: confirmation|upper == "YES"
2733

2834
- include_tasks: add_sp_contexts.yml
2935
loop: "{{ security_profiles_to_add }}"

0 commit comments

Comments
 (0)