mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
remove unnecessary items from cloud_setup_basic for openstack instances
This commit is contained in:
@@ -1,14 +1,4 @@
|
||||
---
|
||||
- name: put repos on system
|
||||
action: copy src=$files/common/$item dest=/etc/yum.repos.d/$item
|
||||
with_items:
|
||||
- epel6.repo
|
||||
- rhel6.repo
|
||||
only_if: '$is_rhel'
|
||||
tags:
|
||||
- config
|
||||
|
||||
|
||||
- name: update all
|
||||
action: command yum -y update
|
||||
tags:
|
||||
@@ -52,6 +42,3 @@
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: put /dev/vda2 up as /mnt
|
||||
action: mount name=/mnt src=/dev/vda2 fstype=ext3 passno=1 dump=1 state=mounted
|
||||
|
||||
|
||||
Reference in New Issue
Block a user