Changeset - 1b36419c4641
[Not reviewed]
0 3 0
Branko Majic (branko) - 4 years ago 2020-08-27 16:12:26
branko@majic.rs
MAR-150: Use correct relative path in command invocations.
3 files changed with 6 insertions and 6 deletions:
0 comments (0 inline, 0 general)
roles/ldap_server/molecule/default/prepare.yml
Show inline comments
 
@@ -9,14 +9,14 @@
 
    - name: Initialise CA hierarchy
 
      command: "gimmecert init"
 
      args:
 
        creates: "tests/data/.gimmecert/ca/level1.cert.pem"
 
        creates: ".gimmecert/ca/level1.cert.pem"
 
        chdir: "tests/data/"
 

	
 
    - name: Generate server private keys and certificates
 
      command:
 
      args:
 
        chdir: "tests/data/"
 
        creates: "tests/data/.gimmecert/server/{{ item.name }}.cert.pem"
 
        creates: ".gimmecert/server/{{ item.name }}.cert.pem"
 
        argv:
 
          - "gimmecert"
 
          - "server"
roles/mail_forwarder/molecule/default/prepare.yml
Show inline comments
 
@@ -9,14 +9,14 @@
 
    - name: Initialise CA hierarchy
 
      command: "gimmecert init"
 
      args:
 
        creates: "tests/data/.gimmecert/ca/level1.cert.pem"
 
        creates: ".gimmecert/ca/level1.cert.pem"
 
        chdir: "tests/data/"
 

	
 
    - name: Generate server private keys and certificates
 
      command:
 
      args:
 
        chdir: "tests/data/"
 
        creates: "tests/data/.gimmecert/server/{{ item.name }}.cert.pem"
 
        creates: ".gimmecert/server/{{ item.name }}.cert.pem"
 
        argv:
 
          - "gimmecert"
 
          - "server"
roles/mail_server/molecule/default/prepare.yml
Show inline comments
 
@@ -9,14 +9,14 @@
 
    - name: Initialise CA hierarchy
 
      command: "gimmecert init"
 
      args:
 
        creates: "tests/data/.gimmecert/ca/level1.cert.pem"
 
        creates: ".gimmecert/ca/level1.cert.pem"
 
        chdir: "tests/data/"
 

	
 
    - name: Generate server private keys and certificates
 
      command:
 
      args:
 
        chdir: "tests/data/"
 
        creates: "tests/data/.gimmecert/server/{{ item.name }}.cert.pem"
 
        creates: ".gimmecert/server/{{ item.name }}.cert.pem"
 
        argv:
 
          - "gimmecert"
 
          - "server"
0 comments (0 inline, 0 general)