1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||||
|
- name: Build the RPMS |
||||
|
hosts: all |
||||
|
tasks: |
||||
|
- name: Install software |
||||
|
become: true |
||||
|
ansible.builtin.dnf: |
||||
|
name: |
||||
|
- git |
||||
|
- rpm-build |
||||
|
- rpmdevtools |
||||
|
state: present |
||||
|
- name: Clear directory /tmp/images/ |
||||
|
ansible.builtin.file: |
||||
|
path: /tmp/images/ |
||||
|
state: absent |
||||
Loading…
Reference in new issue