File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
66
run : |
67
67
. venv/bin/activate
68
68
cd os_builders && sed -i 's/all/default/g' inventory/localhost.yml
69
- ansible-playbook -i inventory/localhost.yml playbooks/prepare_user_image.yml --extra-vars " provision_this_machine=True tidy_image=True"
69
+ ansible-playbook -i inventory/localhost.yml playbooks/prepare_user_image.yml --extra-vars provision_this_machine=True
70
70
71
71
test_image_prep_rocky :
72
72
strategy :
83
83
- name : Run pre-prep playbook
84
84
run : |
85
85
cd os_builders && sed -i 's/all/default/g' inventory/localhost.yml
86
- ansible-playbook -i inventory/localhost.yml playbooks/prepare_user_image.yml --extra-vars " provision_this_machine=True tidy_image=True"
86
+ ansible-playbook -i inventory/localhost.yml playbooks/prepare_user_image.yml --extra-vars provision_this_machine=True
You can’t perform that action at this time.
0 commit comments