Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Update yum_install.yml #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

git-cgallagher
Copy link

@git-cgallagher git-cgallagher commented Jul 17, 2020

SUMMARY

yum_install.yml calls src: wavefront.repo.j2 but should be src: wavefront-proxy.repo.j2

ISSUE TYPE
  • Bug fix
COMPONENT NAME

wavefront_proxy role

ADDITIONAL INFORMATION

Negates the need to use vmware_guest_disk_info to return backing_uuid of a newly created disk.

---
- block:

  - name: yum dependencies
    yum: name={{ item }} state=present
    with_items:
      - pygpgme
      - yum-utils

  - name: Wavefront yum repo
    template:
      src: wavefront-proxy.repo.j2
      dest: /etc/yum.repos.d/wavefront-proxy.repo
      owner: root
      group: root
      mode: 0644


  - name: install Wavefront Proxy
    yum: name=wavefront-proxy state=latest

  tags:
    - wavefront-proxy-repo
    - wavefront-proxy

typo on the src template
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant