aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/my_workspace/tasks/main.yml (follow)
Commit message (Collapse)AuthorAge
* use ansible.builtin.package generic moduleEgor Tensin2023-09-18
|
* sort module args, add missing state args, etc.Egor Tensin2023-09-01
|
* properly prefix thingsEgor Tensin2023-08-23
|
* 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.
* my_workspace: don't install vim by defaultEgor Tensin2023-08-16
|
* workspace -> my_workspaceEgor Tensin2023-08-15