fix more roles...
This commit is contained in:
parent
20acc5b9a0
commit
fd8d523757
@ -36,7 +36,10 @@
|
|||||||
- name: Fix roles
|
- name: Fix roles
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: grep -ril 'openstack.config_template.' /etc/ansible/roles/ | xargs sed -i.bak 's,openstack.config_template.,,g'
|
cmd: "{{ item }}"
|
||||||
|
with_items:
|
||||||
|
- grep -ril 'openstack.config_template.' /etc/ansible/roles/ | xargs sed -i.bak 's,openstack.config_template.,,g'
|
||||||
|
- grep -ril 'openstack.osa.provider_networks' /etc/ansible/roles/ | xargs sed -i.bak 's,openstack.osa.provider_networks,provider_networks,g'
|
||||||
tags:
|
tags:
|
||||||
- temporary
|
- temporary
|
||||||
- ansible
|
- ansible
|
||||||
|
Loading…
Reference in New Issue
Block a user