mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
move cloud_setup_el6 to cloud_setup_basic and only_if's
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
tasks:
|
||||
- include: $tasks/cloud_setup_${dist_tag}.yml
|
||||
- include: $tasks/cloud_setup_basic.yml
|
||||
- include: $tasks/jenkins_slave.yml
|
||||
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
- rhel6.repo
|
||||
tags:
|
||||
- config
|
||||
only_if: '$is_rhel'
|
||||
|
||||
- name: update all
|
||||
action: command yum -y update
|
||||
Reference in New Issue
Block a user