We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5dc7ce + cbbd23f commit 9971e61Copy full SHA for 9971e61
playbooks/kayobe-base/pre.yml
@@ -118,6 +118,16 @@
118
line: "export KAYOBE_EXTRA_ARGS=-vvv"
119
regexp: "^#export KAYOBE_EXTRA_ARGS=$"
120
121
+ - name: Ensure ansible.cfg exists for previous Kayobe
122
+ copy:
123
+ content: "{{ ansible_cfg }}"
124
+ dest: "{{ previous_kayobe_config_src_dir }}/etc/kayobe/ansible.cfg"
125
+
126
+ - name: Ensure ansible.cfg exists for previous Kolla Ansible
127
128
+ content: "{{ ansible_cfg_kolla }}"
129
+ dest: "{{ previous_kayobe_config_src_dir }}/etc/kayobe/kolla/ansible.cfg"
130
131
- name: Update kayobe requirements.yml
132
include_role:
133
name: kayobe-galaxy-requirements
0 commit comments