Skip to content

Commit

Permalink
Updates to do dev work on our cockpit plugin
Browse files Browse the repository at this point in the history
This no longer installs yarn (as it is no longer necessary for f32).
This installs npm via rpm and install dev deps and project deps
for the mounted dev environment.
  • Loading branch information
cnsnyder committed Feb 19, 2021
1 parent 23d590d commit 83eb136
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions tasks/cockpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,14 @@
enabled: yes
state: started
become: yes

- name: install webpack globally
npm:
name: webpack
global: yes
path: /vagrant/subscription-manager/cockpit

- name: install cockpit packages
npm:
state: latest
path: /vagrant/subscription-manager/cockpit
2 changes: 1 addition & 1 deletion vars/Fedora32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ distro_specific_deps:
- librsvg2
- libxslt-devel
- make
- npm
- python3-dmidecode
- python3-ethtool
- python3-dbus
- subscription-manager
- tito
- yarnpkg
- xorg-x11-server-Xvfb
builddep_command: dnf builddep
distro_package_command: dnf
Expand Down

0 comments on commit 83eb136

Please sign in to comment.