Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/file_wait/tasks (follow)
Commit message (Collapse)AuthorAge
* 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.
* update task names & add more loggingEgor Tensin2023-08-14
|
* fix some ansible-lint warningsEgor Tensin2023-08-11
|
* cloud_init_wait: factor out to file_waitEgor Tensin2023-08-10