Commit 82d889b5 authored by nanahira's avatar nanahira

fix again

parent 5c5f2431
Pipeline #14128 failed with stage
in 2 minutes and 46 seconds
---
# tasks file for init
- name: main tasks
include_tasks: '{{item}}.yml'
with_items:
- utility
- sshd_config
include_tasks: 'utility.yml'
- name: sshd config
include_tasks: sshd_config.yml
when: not testing
- name: detect swap
shell: '/sbin/swapon'
register: swap_result
......@@ -20,6 +20,7 @@
when: upgrade
- name: sshd_config again
include_tasks: 'sshd_config.yml'
when: not testing
- name: hypervisor
include_tasks: 'hypervisor.yml'
when: ansible_virtualization_role == 'host'
......
......@@ -64,6 +64,7 @@
become: true
timezone:
name: Asia/Shanghai
when: not testing
- name: set facts for China mirror
set_fact:
mirror_debian: http://mirrors.tuna.tsinghua.edu.cn
......
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