From 561de532d7035d7f75f8d235d9eaf8ed83277d73 Mon Sep 17 00:00:00 2001 From: Mike Hanby <mhanby@uab.edu> Date: Tue, 13 Jun 2023 10:16:33 -0500 Subject: [PATCH] Fixed typo in README ansible command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85a7635..c5bf543 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Deploy the RPM and Config files to the running compute nodes - Install the RPM ```shell - sudo ansible -i /etc/ansible/hosts c0183 -m shell --one-line --fork=20 -a 'yum --disablerepo=\* localinstall -y /data/rc/installers/nhc/lbnl-nhc-1.4.3-1.el7.noarch.rpm' + sudo ansible -i /etc/ansible/hosts computenodes -m shell --one-line --fork=20 -a 'yum --disablerepo=\* localinstall -y /data/rc/installers/nhc/lbnl-nhc-1.4.3-1.el7.noarch.rpm' ``` - Copy the config files -- GitLab