diff --git a/README.md b/README.md
index 5bb99217f16246a55f192abfcc0bf7e4d3097305..da2aaced523f58efcd6fe8dfcc8400a81d77e272 100755
--- a/README.md
+++ b/README.md
@@ -120,7 +120,7 @@ Use supervisor: ``sudo supervisorctl restart <otree_instance_name>``. Log files
 Run: ``sudo systemctl restart nginx.service``. All log files are disabled by default due to data protection purposes. Adapt the ngninx template if logging is really necessary.
 
 ### For which operating system is this ansible script optimized?
-Currently only Ubuntu 18.04.03 LTS with Python 3.6/3.7 is tested and targeted.
+Originally, Ubuntu 18.04.03 LTS with Python 3.6/3.7 is tested and targeted. But the system runs on Ubuntu 22 just fine as well.
 
 ### There is an error with redis in apt installation on systems with ipv6 disabled.
 Solution: Disable IPV6 also in ``/etc/redis/redis.conf``: ``bind 127.0.0.1``.