Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use variables instead facts mostly everywhere | Egor Tensin | 2023-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. | ||
* | apt_repo: support keys that must be gpg --dearmor'ed | Egor Tensin | 2023-08-15 |
| | |||
* | use ansible_distribution_release as default for APT setup | Egor Tensin | 2023-08-15 |
| | |||
* | factor out apt repository setup to apt_repo | Egor Tensin | 2023-08-15 |