Skip to content

Commit

Permalink
enable tag enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Sep 23, 2020
1 parent ac107c2 commit 599a300
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion roles/git/tasks/git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
- name: '{{ ansible_name_module }} | git:clone | Clone Git Dependencies'
git:
clone: yes
version: "{{ item.branch }}"
version: "{{ tpdk_version }}"
# version: "{{ item.branch }}"
repo: "{{ item.repo }}"
dest: "{{ item.dest }}"
update: true
Expand Down
2 changes: 1 addition & 1 deletion tools/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ sudo podman run -it --rm --pull always \
--workdir /root/platform/iac/${project} \
--volume $(pwd):/root/platform/iac/${project}:z \
--name ${project} -h ${project} --entrypoint bash \
docker.io/codesparta/konductor
docker.io/codesparta/koffer:latest

# --volume $(pwd)/aws/:/root/.aws/:z \
1 change: 1 addition & 0 deletions vars/global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#####################################################################################################
# OpenShift Version
version_openshift: "{{ lookup('env', 'varVerOpenshift') }}"
tpdk_version: "{{ lookup('env', 'varVerOpenshift') }}"

# Ansible Playbook Run Variables
name_vendor: " CodeSparta"
Expand Down

0 comments on commit 599a300

Please sign in to comment.