Commit 2ee06467 authored by nanahira's avatar nanahira

fix again

parent 7df46249
Pipeline #14132 failed with stage
in 8 minutes and 20 seconds
...@@ -36,7 +36,7 @@ centos7: ...@@ -36,7 +36,7 @@ centos7:
image: centos:7 image: centos:7
before_script: before_script:
- yum -y install epel-release - yum -y install epel-release
- ymm -y install tar wget ansible - yum -y install tar wget ansible
fedora: fedora:
extends: .base extends: .base
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
when: ansible_virtualization_role == 'host' when: ansible_virtualization_role == 'host'
- name: sysctl - name: sysctl
include_tasks: 'sysctl.yml' include_tasks: 'sysctl.yml'
when: not testing
- name: apt - name: apt
include_tasks: apt.yml include_tasks: apt.yml
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'
......
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