Skip to content

Commit 794b4f1

Browse files
authored
Merge pull request #269 from cmckee786/ansible-fix
fix: ansible dnf deploy cargo/mdbook install issues
2 parents 04c60ef + ff0ac70 commit 794b4f1

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/assets/deploy/ansible-playbook.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@
2626
enabled: true
2727

2828
- name: DNF - Installing mdbook
29-
community.general.cargo:
30-
name: mdbook
31-
locked: true
32-
state: present
29+
ansible.builtin.command:
30+
argv:
31+
- /usr/bin/cargo
32+
- install
33+
- --locked
34+
- mdbook@0.4.48
3335

3436
- name: Build ProLUG website LAC for APT systems
3537
when: ansible_pkg_mgr == "apt"

0 commit comments

Comments
 (0)