Sync with renamed roles in software repo

This commit is contained in:
Timo Makinen 2022-01-30 17:02:11 +00:00
parent 5d4b7e88a0
commit d5a3b4fe2c
14 changed files with 18 additions and 18 deletions

View file

@ -1,5 +1,5 @@
---
dependencies:
- {role: epel-repo}
- {role: epel_repo}
- {role: git}
- {role: nginx/server}

View file

@ -1,4 +1,4 @@
---
dependencies:
- {role: epel-repo}
- {role: epel_repo}

View file

@ -1,5 +1,5 @@
---
dependencies:
- {role: epel-repo}
- {role: epel_repo}
- {role: foo.sh-repo}
- {role: apache}

View file

@ -1,3 +1,3 @@
---
dependencies:
- {role: epel-repo}
- {role: epel_repo}

View file

@ -1,3 +1,3 @@
---
dependencies:
- {role: epel-repo}
- {role: epel_repo}

View file

@ -1,3 +1,3 @@
---
dependencies:
- {role: epel-repo}
- {role: epel_repo}

View file

@ -1,10 +1,10 @@
---
dependencies:
- role: epel-repo
- role: epel_repo
when:
- ansible_distribution != "Fedora"
- ansible_os_family == "RedHat"
- role: powertools-repo
- role: powertools_repo
when:
- ansible_distribution != "Fedora"
- ansible_os_family == "RedHat"

View file

@ -1,5 +1,5 @@
---
dependencies:
- {role: apache}
- {role: epel-repo}
- {role: powertools-repo}
- {role: epel_repo}
- {role: powertools_repo}

View file

@ -1,5 +1,5 @@
---
dependencies:
- {role: epel-repo}
- {role: epel_repo}
- {role: spamassassin}

View file

@ -1,5 +1,5 @@
---
dependencies:
- {role: epel-repo}
- {role: epel_repo}
- {role: spamassassin}

View file

@ -1,5 +1,5 @@
---
dependencies:
- {role: epel-repo}
- {role: epel_repo}
- {role: spamassassin}

View file

@ -1,4 +1,4 @@
---
dependencies:
- {role: apache}
- {role: rpmfusion-free-repo}
- {role: rpmfusion_free_repo}