Add release.conf.

This commit is contained in:
Tom Alexander
2023-09-01 18:14:12 -04:00
parent d20ce1e4d4
commit 44d3cc61f5
5 changed files with 164 additions and 1 deletions

View File

@@ -30,6 +30,14 @@
# - src: foo.conf
# dest: /usr/local/etc/foo.conf
# - name: Clone Source
# git:
# repo: "https://foo.bar/baz.git"
# dest: /foo/bar
# version: "v1.0.2"
# force: true
# diff: false
- import_tasks: tasks/freebsd.yaml
when: 'os_flavor == "freebsd"'