Skip to content

Releases: just1not2/ansible-collection-pm2

v1.2.0

25 Jan 19:05
444be0f
Compare
Choose a tag to compare

Features

  • Adds the chdir option in the pm2_process module to change the working directory of the script
  • Adds a new return value cwd in the pm2_facts module that contains the working directory of the script

v1.1.1

22 Jan 20:06
1a58d16
Compare
Choose a tag to compare

Refactor

  • Rearranges the state conditionnals in the pm2_process module to remove duplicates

Documentation

  • Fixes typos

v1.1.0

20 Jan 22:05
4f3df2c
Compare
Choose a tag to compare

Features

  • Adds "*" as reserved name option for the pm2_process module to match all PM2 processes

v1.0.1

20 Jan 15:46
c648d76
Compare
Choose a tag to compare

Documentation

  • Fixes a link in README
  • Updates installation method
  • Adds PR template

v1.0.0

20 Jan 01:05
9ca1e5a
Compare
Choose a tag to compare

Features

  • Initial release