aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt_repo (unfollow)
Commit message (Collapse)Author
2023-09-04update role READMEsEgor Tensin
2023-09-04fix task names, small refactoring, etc.Egor Tensin
2023-09-01sort module args, add missing state args, etc.Egor Tensin
2023-08-29apt_repo: run apt update on key changes as wellEgor Tensin
2023-08-29apt_repo: always overwrite the .list fileEgor Tensin
2023-08-21add input variables to role's defaults/Egor Tensin
2023-08-20use variables instead facts mostly everywhereEgor Tensin
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.
2023-08-16fix some ansible-lint warningsEgor Tensin
2023-08-15apt_repo: support keys that must be gpg --dearmor'edEgor Tensin
2023-08-15use ansible_distribution_release as default for APT setupEgor Tensin
2023-08-15factor out apt repository setup to apt_repoEgor Tensin