Skip to content

Commit

Permalink
display contents of Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Dec 1, 2023
1 parent fc3a526 commit e65ef8d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,15 @@
cmd: echo 'gem "fprime-theme", git\: "https://github.com/fprime-community/fprime-theme"' >> Gemfile
chdir: /home/kasm-default-profile/fprime/docs
executable: /bin/bash
- name: Get contents of fprime/docs/Gemfile
shell:
cmd: cat Gemfile
chdir: /home/kasm-default-profile/fprime/docs
executable: /bin/bash
register: fprime_docs_gemfile
- name: Display fprime/docs/Gemfile
debug:
msg: "fprime/docs/Gemfile = {{ fprime_docs_gemfile.stdout }}"
- name: Install jekyll and fprime-theme from Gemfile.lock in fprime/docs using bundler
shell:
cmd: bundler install
Expand Down

0 comments on commit e65ef8d

Please sign in to comment.