summaryrefslogtreecommitdiffstats
path: root/ansible/node/roles/build/tasks/redhat/packaging_setup.yml
blob: 74159600d373d6856d7211fb9d6381564b09abeb (plain)
1
2
3
4
5
6
7
8
---
- name: Setup the RPM directory tree
  command: rpmdev-setuptree

- name: Remove .rpmmacros
  file:
    path: /root/.rpmmacros
    state: absent