Changeset - 86aefe445dcc
[Not reviewed]
0 2 0
Branko Majic (branko) - 6 years ago 2018-05-31 22:53:13
branko@majic.rs
MAR-129: Fixed linting errors for common and ldap_server role.
2 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
roles/common/molecule/default/prepare.yml
Show inline comments
 
@@ -28,5 +28,5 @@
 
  become: true
 
  tasks:
 

	
 
  - name: Rename the ss utility (see https://github.com/philpep/testinfra/pull/320)
 
    command: "mv /bin/ss /bin/ss.bak"
 
    - name: Rename the ss utility (see https://github.com/philpep/testinfra/pull/320)
 
      command: "mv /bin/ss /bin/ss.bak"
roles/ldap_server/molecule/default/prepare.yml
Show inline comments
 
@@ -85,5 +85,5 @@
 
  become: true
 
  tasks:
 

	
 
  - name: Rename the ss utility (see https://github.com/philpep/testinfra/pull/320)
 
    command: "mv /bin/ss /bin/ss.bak"
 
    - name: Rename the ss utility (see https://github.com/philpep/testinfra/pull/320)
 
      command: "mv /bin/ss /bin/ss.bak"
0 comments (0 inline, 0 general)