This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Upgrade devture/ansible (2.13.6-r0-1 -> 2.13.6-r0-2)
The new version includes the `passlib` Python module.
pull/2535/head
Slavi Pantaleev
3 years ago
parent
606c1907bb
commit
4f74d21ba8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docs/ansible.md
+ 1
- 1
docs/ansible.md
View File
@@ -65,7 +65,7 @@ docker run -it --rm \
-w /work \
-v `pwd`:/work \
--entrypoint=/bin/sh \
docker.io/devture/ansible:2.13.6-r0-
1
docker.io/devture/ansible:2.13.6-r0-
2
```
Once you execute the above command, you'll be dropped into a `/work` directory inside a Docker container.
Write
Preview
Loading…
Cancel
Save