Changeset - 2dbb1429ac15
[Not reviewed]
0 1 0
Branko Majic (branko) - 3 years ago 2020-11-10 23:31:47
branko@majic.rs
MAR-172: Use Python 3 version of pexpect for TBG deployment in the usage instructions.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/usage.rst
Show inline comments
 
@@ -1592,7 +1592,7 @@ Before we start, here is a couple of useful pointers regarding the
 

	
 
      - name: Install pexpect package
 
        apt:
 
          name: python-pexpect
 
          name: python3-pexpect
 
          state: present
 

	
 
      - name: Deploy expect script for installing TBG
 
@@ -1627,7 +1627,7 @@ Before we start, here is a couple of useful pointers regarding the
 
   :file:`~/mysite/roles/tbg/files/tbg_expect_install`
 
   ::
 

	
 
      #!/usr/bin/env python
 
      #!/usr/bin/env python3
 

	
 
      import pexpect
 

	
0 comments (0 inline, 0 general)