Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fghanmi committed Jul 18, 2024
1 parent 2572c5d commit 12fab00
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions roles/tas_single_node/tasks/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,18 @@
ansible.builtin.include_tasks: podman/rekor.yml
when: tas_single_node_rekor_enabled | bool

# - name: Configure/Deploy Fulcio
# ansible.builtin.include_tasks: podman/fulcio.yml
# when: tas_single_node_fulcio_enabled | bool
- name: Configure/Deploy Fulcio
ansible.builtin.include_tasks: podman/fulcio.yml
when: tas_single_node_fulcio_enabled | bool

# - name: Configure/Deploy ctlog
# ansible.builtin.include_tasks: podman/ctlog.yml
# when: tas_single_node_ctlog_enabled | bool
- name: Configure/Deploy ctlog
ansible.builtin.include_tasks: podman/ctlog.yml
when: tas_single_node_ctlog_enabled | bool

# - name: Configure/Deploy tuf
# ansible.builtin.include_tasks: podman/tuf.yml
# when: tas_single_node_tuf_enabled | bool
- name: Configure/Deploy tuf
ansible.builtin.include_tasks: podman/tuf.yml
when: tas_single_node_tuf_enabled | bool

# - name: Configure/Deploy TSA
# ansible.builtin.include_tasks: podman/tsa.yml
# when: tas_single_node_tsa_enabled | bool
- name: Configure/Deploy TSA
ansible.builtin.include_tasks: podman/tsa.yml
when: tas_single_node_tsa_enabled | bool

0 comments on commit 12fab00

Please sign in to comment.