Ansible experimentation
Find a file
Bryan Black 3707750246
fix for #7
Fix for https://github.com/stationgroup/ansible-experiments/issues/7

I think `freebsd-update` return failed even when _"No updates needed"_ or _"No update are available"_. https://github.com/freebsd/pkg/issues/1470


```
  failed_when: False # --dry-run always returns failure
                     # https://github.com/freebsd/pkg/issues/1470
```
2018-05-15 10:20:13 -07:00
package_updates fix for #7 2018-05-15 10:20:13 -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