No deploy keys without compose deploy variable

This commit is contained in:
Kris Lamoureux 2023-07-21 23:52:18 -04:00
parent a635c7aa48
commit ef5aacdbbd
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -33,6 +33,7 @@
type: "{{ docker_repos_keytype }}"
mode: 0400
state: present
when: docker_compose_deploy is defined
- name: Clone external docker-compose projects
ansible.builtin.git: