diff options
-rw-r--r-- | roles/apt_ppa/README.md | 3 | ||||
-rw-r--r-- | roles/apt_ppa/defaults/main.yml (renamed from roles/debian_ppa/defaults/main.yml) | 0 | ||||
-rw-r--r-- | roles/apt_ppa/tasks/main.yml (renamed from roles/debian_ppa/tasks/main.yml) | 0 | ||||
-rw-r--r-- | roles/debian_ppa/README.md | 2 | ||||
-rw-r--r-- | roles/linux_status/tasks/main.yml | 2 |
5 files changed, 4 insertions, 3 deletions
diff --git a/roles/apt_ppa/README.md b/roles/apt_ppa/README.md new file mode 100644 index 0000000..f7ce92c --- /dev/null +++ b/roles/apt_ppa/README.md @@ -0,0 +1,3 @@ +This role is used to enable an Ubuntu PPA repository; can be used on Debian as +well. It downloads the repository key and adds the repository in +/etc/apt/sources.list.d. diff --git a/roles/debian_ppa/defaults/main.yml b/roles/apt_ppa/defaults/main.yml index 72e0753..72e0753 100644 --- a/roles/debian_ppa/defaults/main.yml +++ b/roles/apt_ppa/defaults/main.yml diff --git a/roles/debian_ppa/tasks/main.yml b/roles/apt_ppa/tasks/main.yml index e6f3f04..e6f3f04 100644 --- a/roles/debian_ppa/tasks/main.yml +++ b/roles/apt_ppa/tasks/main.yml diff --git a/roles/debian_ppa/README.md b/roles/debian_ppa/README.md deleted file mode 100644 index 310404f..0000000 --- a/roles/debian_ppa/README.md +++ /dev/null @@ -1,2 +0,0 @@ -This role is used to enable an Ubuntu PPA repository on Debian. It downloads -the repository key and adds the repository in /etc/apt/sources.list.d. diff --git a/roles/linux_status/tasks/main.yml b/roles/linux_status/tasks/main.yml index 1383699..8d6595c 100644 --- a/roles/linux_status/tasks/main.yml +++ b/roles/linux_status/tasks/main.yml @@ -1,6 +1,6 @@ - name: Set up repository ansible.builtin.include_role: - name: debian_ppa + name: apt_ppa vars: ppa_owner: egor-tensin ppa_name: linux-status |