aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt_repo/tasks (follow)
Commit message (Collapse)AuthorAge
* apt_repo: run apt update on key changes as wellEgor Tensin2023-08-29
|
* apt_repo: always overwrite the .list fileEgor Tensin2023-08-29
|
* add input variables to role's defaults/Egor Tensin2023-08-21
|
* use variables instead facts mostly everywhereEgor Tensin2023-08-20
| | | | | | | | | | | set_fact is stupid; they persist through multiple role executions; for example, you cannot do this: set_fact: foo: '{{ foo | default("bar") }}' If somebody calls the role and defines foo, it will always be set to that value forever, even for subsequent role calls.
* fix some ansible-lint warningsEgor Tensin2023-08-16
|
* apt_repo: support keys that must be gpg --dearmor'edEgor Tensin2023-08-15
|
* use ansible_distribution_release as default for APT setupEgor Tensin2023-08-15
|
* factor out apt repository setup to apt_repoEgor Tensin2023-08-15