We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04c60ef + ff0ac70 commit 794b4f1Copy full SHA for 794b4f1
1 file changed
src/assets/deploy/ansible-playbook.yml
@@ -26,10 +26,12 @@
26
enabled: true
27
28
- name: DNF - Installing mdbook
29
- community.general.cargo:
30
- name: mdbook
31
- locked: true
32
- state: present
+ ansible.builtin.command:
+ argv:
+ - /usr/bin/cargo
+ - install
33
+ - --locked
34
+ - mdbook@0.4.48
35
36
- name: Build ProLUG website LAC for APT systems
37
when: ansible_pkg_mgr == "apt"
0 commit comments