Unverified Commit 1d60cc8d authored by Dmitriy Safronov's avatar Dmitriy Safronov Committed by GitHub
Browse files

mandatory (#2)

parent 186852eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@
          type: Opaque
          stringData:
            age.agekey: |
              {{ age_key }}
              {{ age_key | mandatory }}
        state: present
        apply: true

@@ -84,7 +84,7 @@
      ansible.builtin.copy:
        content: |
          # SSH private key
          {{ flux_ssh }}
          {{ flux_ssh | mandatory }}
        dest: "{{ tempdir_1.path }}/ssh_key"
        mode: "0600"