Skip to content
Snippets Groups Projects
Commit 561de532 authored by Mike Hanby's avatar Mike Hanby
Browse files

Fixed typo in README ansible command

parent b36f59db
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ Deploy the RPM and Config files to the running compute nodes ...@@ -57,7 +57,7 @@ Deploy the RPM and Config files to the running compute nodes
- Install the RPM - Install the RPM
```shell ```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 - Copy the config files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment