Skip to content

Commit

Permalink
Update playbooks for signature_generation
Browse files Browse the repository at this point in the history
Create toml file for signature_generation module

Signed-off-by: Sorin Birchi <[email protected]>
  • Loading branch information
SorinAlexB committed Mar 18, 2024
1 parent 17913bb commit 8447c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 2 additions & 3 deletions playbooks-opencrs/master-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@
- name: Add nist_c_test_suite
import_tasks: nist_c_test_suite.yml

# signature_generation repo is private, therefore we can't clone it
# - name: Add signature_generation
# import_tasks: signature_generation.yml
- name: Add signature_generation
import_tasks: signature_generation.yml

#- name: Reboot the machine
#reboot:
Expand Down
5 changes: 0 additions & 5 deletions playbooks-opencrs/signature_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,3 @@
dest: /home/{{ username }}/signature_generation
force: yes
recursive: True

- name: Install signature_generation deps
ansible.builtin.shell: PATH=/home/{{ username }}/.local/bin:$PATH poetry install --no-dev
args:
chdir: /home/{{ username }}/signature_generation/

0 comments on commit 8447c80

Please sign in to comment.