Skip to content

Commit 0709129

Browse files
committed
fix style
1 parent 61c8d81 commit 0709129

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs_Reductionist_deployment/deploy.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
- (n00b step) always have a system `pip` by installing it with: `python -m ensurepip --upgrade`
66
- system Python executable is `python3` - you can, of course, `ln -s` it to `python`, or, better, run Ansible pointing it to the correct system Python3: `ansible-playbook -i reductionist-rs/deployment/inventory reductionist-rs/deployment/site.yml -e 'ansible_python_interpreter=/usr/bin/python3'`
77
- that call *may result* (as in our case) in a barf:
8-
```
8+
```
99
TASK [Ensure step RPM is installed] ****************************************************************************************************
1010
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to validate GPG signature for step-cli-0.24.4-1.x86_64: Package step-cli_0.24.4_amd643z16ickc.rpm is not signed"}
11-
```
11+
```
1212
- that's because, in our case, we missed the `step-cli` package, and a `dfn` install is not well liked by the system (it's not `mamba` heh) - that gets sorted out via [Step's install docs](https://smallstep.com/docs/step-cli/installation):
13-
```
13+
```
1414
wget https://dl.smallstep.com/cli/docs-cli-install/latest/step-cli_amd64.rpm
1515
sudo rpm -i step-cli_amd64.rpm
16-
```
16+
```

0 commit comments

Comments
 (0)