Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
remove the redundant parameter ovirt_engine_setup_accept_defaults
Browse files Browse the repository at this point in the history
in continuouse to PR "Fix upgrade flow":
  oVirt/ovirt-ansible-engine-setup#35
need to remove the default value of ovirt_engine_setup_accept_defaults
since it's not in use anymore.
  • Loading branch information
kobihk authored and tiraboschi committed Jan 17, 2019
1 parent aa34be3 commit e89f859
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ All the playbooks can be found inside the `examples/` folder.
ovirt_engine_setup_firewall_manager: null
ovirt_engine_setup_answer_file_path: /root/ovirt-engine-answers
ovirt_engine_setup_use_remote_answer_file: True
ovirt_engine_setup_accept_defaults: True
ovirt_engine_setup_update_all_packages: false
ovirt_engine_setup_offline: true
ovirt_engine_setup_admin_password: "{{ he_admin_password }}"
Expand Down Expand Up @@ -216,7 +215,6 @@ All the playbooks can be found inside the `examples/` folder.
ovirt_engine_setup_firewall_manager: null
ovirt_engine_setup_answer_file_path: /root/ovirt-engine-answers
ovirt_engine_setup_use_remote_answer_file: True
ovirt_engine_setup_accept_defaults: True
ovirt_engine_setup_update_all_packages: false
ovirt_engine_setup_offline: true
ovirt_engine_setup_admin_password: "{{ he_admin_password }}"
Expand Down
1 change: 0 additions & 1 deletion examples/hosted_engine_deploy_localhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
ovirt_engine_setup_firewall_manager: null
ovirt_engine_setup_answer_file_path: /root/ovirt-engine-answers
ovirt_engine_setup_use_remote_answer_file: true
ovirt_engine_setup_accept_defaults: true
ovirt_engine_setup_update_all_packages: false
ovirt_engine_setup_offline: true
ovirt_engine_setup_admin_password: "{{ he_admin_password }}"
Expand Down
1 change: 0 additions & 1 deletion examples/hosted_engine_deploy_remotehost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
ovirt_engine_setup_firewall_manager: null
ovirt_engine_setup_answer_file_path: /root/ovirt-engine-answers
ovirt_engine_setup_use_remote_answer_file: true
ovirt_engine_setup_accept_defaults: true
ovirt_engine_setup_update_all_packages: false
ovirt_engine_setup_offline: true
ovirt_engine_setup_admin_password: "{{ he_admin_password }}"
Expand Down

0 comments on commit e89f859

Please sign in to comment.