Skip to content

Commit

Permalink
Merge branch 'fix_add_context_auto' into 'develop'
Browse files Browse the repository at this point in the history
Story #9550 - fix add context auto

See merge request vitam/vitam!8937

(cherry picked from commit 949d78f)

fa8b09f Story #9550 - fix add context auto
  • Loading branch information
Romain Gordolo authored and Ro3090 committed Mar 31, 2022
1 parent 92a81a3 commit 0c180d5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
echo: YES
register: exec_action
delegate_to: localhost
when: confirmation|upper != "YES"

- set_fact:
exec_action:
user_input: "YES"
when: confirmation|upper == "YES"

- include_tasks: add_sp_contexts.yml
loop: "{{ security_profiles_to_add }}"
Expand Down

0 comments on commit 0c180d5

Please sign in to comment.