diff options
| author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-15 21:53:57 +0200 |
|---|---|---|
| committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-15 21:53:57 +0200 |
| commit | f7072ebace2099ef69ac2b41e613e3ef505b3cd8 (patch) | |
| tree | f478d7abe9b9978948ecbb98b36b29574c2f27e0 /roles/linux_status | |
| parent | factor out apt repository setup to apt_repo (diff) | |
| download | infra-ansible-f7072ebace2099ef69ac2b41e613e3ef505b3cd8.tar.gz infra-ansible-f7072ebace2099ef69ac2b41e613e3ef505b3cd8.zip | |
apt_ppa -> ppa
Diffstat (limited to 'roles/linux_status')
| -rw-r--r-- | roles/linux_status/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/linux_status/tasks/main.yml b/roles/linux_status/tasks/main.yml index 8d6595c..0d93070 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: apt_ppa + name: ppa vars: ppa_owner: egor-tensin ppa_name: linux-status |
