Commit 93127d91 authored by nanahira's avatar nanahira

rename

parent 15fe768f
Pipeline #739 canceled with stage
in 10 seconds
...@@ -20,4 +20,4 @@ china_mirror_pip: false ...@@ -20,4 +20,4 @@ china_mirror_pip: false
china_mirror_omf: false china_mirror_omf: false
cpufreq_policy: none cpufreq_policy: none
vm_agents_status: present vm_agents_status: present
install_fish_and_byobu: true customization: true
...@@ -40,12 +40,11 @@ ...@@ -40,12 +40,11 @@
when: install_docker when: install_docker
- name: fish - name: fish
include_tasks: fish.yml include_tasks: fish.yml
when: install_fish_and_byobu and ansible_os_family == 'Debian' or ansible_distribution == 'Fedora' # RedHat has too many problems on fish, so aborted when: customization and ansible_os_family == 'Debian' or ansible_distribution == 'Fedora' # RedHat has too many problems on fish, so aborted
- name: byobu
include_tasks: byobu.yml
when: install_fish_and_byobu
- name: customize - name: customize
include_tasks: '{{item}}.yml' include_tasks: '{{item}}.yml'
with_items: with_items:
- byobu
- vim - vim
- git_config - git_config
when: customization
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment