Mischa ter Smitten

Results 119 comments of Mischa ter Smitten

Yes, so the comment should be removed

Maybe do something like this? https://github.com/Oefenweb/ansible-nagios-client/blob/master/tasks/main.yml#L66

Ubuntu 22.04 is not yet supported

* https://github.com/ansible/ansible/issues/77556 * https://github.com/ansible/ansible/issues/78063

I'll have a look when I find some time. What's the OS / version you are using?

Can you attach te "configuration" you're using? Otherwise it is a bit difficult to replicate your results :-)

The output already reveals the issue: ``` cannot open URL 'https://cran.rstudio.com/PACKAGES.rds': HTTP status was '404 Not Found' ```

Can you try configuring it like this? ``` --- - name: Converge hosts: all become: true vars: r_cran_mirror: https://cloud.r-project.org/ r_packages: - name: yaml state: updated roles: - ../../../ ```