Ansible experimentation
Find a file
Bryan Black 58ce5f14f2
fix for 'No updates are available to install' error
resolves common problem of false `No updates are available to install` errors after updating FreeBSD base OS files.

```yml
TASK [freebsd-update : Install FreeBSD updates] ****************************************************
fatal: [freebsd6]: FAILED! => {"changed": true, "cmd": ["freebsd-update", "install", "--not-running-from-cron"], "delta": "0:00:00.274477", "end": "2018-05-14 18:13:56.977638", "msg": "non-zero return code", "rc": 1, "start": "2018-05-14 18:13:56.703161", "stderr": "rm: filelist: No such file or directory", "stderr_lines": ["rm: filelist: No such file or directory"], "stdout": "src component not installed, skipped\nInstalling updates...", "stdout_lines": ["src component not installed, skipped", "Installing updates..."]}
changed: [freebsd5]

TASK [freebsd-update : debug] **********************************************************************
```
2018-05-14 11:29:22 -07:00
package_updates fix for 'No updates are available to install' error 2018-05-14 11:29:22 -07:00
.gitignore Update packages on ubuntu and freebsd 2018-05-11 16:37:03 +02:00
LICENSE Create LICENSE 2018-03-28 17:38:34 -07:00
README.md Initial commit 2018-03-28 17:23:14 -07:00

ansible-experiments

🔬 Ansible experimentation