diff --git a/cluster.yml b/cluster.yml
index 863f0669bb2d231ea9297f7771bf4fc4a3d664b1..6f8e63505248d90554ca391073073a54e22bb58f 100644
--- a/cluster.yml
+++ b/cluster.yml
@@ -3,6 +3,8 @@
   any_errors_fatal: true
   gather_facts: false
   vars:
+    # Need to disable pipelining for bootstrap-os as some systems have requiretty in sudoers set, which makes pipelining
+    # fail. bootstrap-os fixes this on these systems, so in later plays it can be enabled.
     ansible_ssh_pipelining: false
   roles:
     - bootstrap-os