From 99a261b0bf8dfed40d50b6447cd222c8fe9c4343 Mon Sep 17 00:00:00 2001
From: hahn <axel.hahn@iml.unibe.ch>
Date: Mon, 2 Aug 2021 14:01:17 +0200
Subject: [PATCH] update comments

---
 public_html/deployment/plugins/rollout/awx/rollout_awx.php | 4 ++--
 public_html/deployment/plugins/rollout/ssh/rollout_ssh.php | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/public_html/deployment/plugins/rollout/awx/rollout_awx.php b/public_html/deployment/plugins/rollout/awx/rollout_awx.php
index ff12d4c3..2aa41d82 100644
--- a/public_html/deployment/plugins/rollout/awx/rollout_awx.php
+++ b/public_html/deployment/plugins/rollout/awx/rollout_awx.php
@@ -2,9 +2,9 @@
 
 /**
  * 
- * Rollout plugin - default
+ * Rollout plugin - awx
  * 
- * no action
+ * Run an Https POST request to AWX
  *
  * @author axel
  */
diff --git a/public_html/deployment/plugins/rollout/ssh/rollout_ssh.php b/public_html/deployment/plugins/rollout/ssh/rollout_ssh.php
index 66eaf98c..822d0375 100644
--- a/public_html/deployment/plugins/rollout/ssh/rollout_ssh.php
+++ b/public_html/deployment/plugins/rollout/ssh/rollout_ssh.php
@@ -2,9 +2,9 @@
 
 /**
  * 
- * Rollout plugin - default
+ * Rollout plugin - ssh
  * 
- * no action
+ * Run a SSH command on remote targets
  *
  * @author axel
  */
-- 
GitLab