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.
1 parent 0e81917 commit 96ac025Copy full SHA for 96ac025
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# v1.3.6
2
+
3
++ Ignore errors when `crontab` fails (ie, when there's no crontab)
4
++ Update `crontab` fact in `server.crontab` operation
5
++ Update `sysctl` fact in `server.sysctl` operation
6
7
# v1.3.5
8
9
+ Add support for relative includes: `local.include('./relative_file.py')`
pyinfra/version.py
@@ -1 +1 @@
-__version__ = '1.3.5'
+__version__ = '1.3.6'
0 commit comments