Skip to content

0.17.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@alessfg alessfg released this 12 Nov 12:32
· 457 commits to main since this release
121312d

ENHANCEMENTS:

Implement a new syntax to specify modules to be installed. You can now use the following format if you want further fine grained control over how you install modules:

- name: njs  # Required
  state: present  # Optional
  version: =1.19.4+0.4.4-1~bionic  # Optional

The old method of specifying modules (using a list of names) still works as expected.