Skip to content

Commit

Permalink
set ipsec modules state to stable, added build-script
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Aug 10, 2023
1 parent a5b61dd commit 070bdf9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/modules/ipsec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
IPSec
=====

**STATE**: unstable
**STATE**: stable

**TESTS**: `ipsec_cert <https://github.com/ansibleguy/collection_opnsense/blob/stable/tests/ipsec_cert.yml>`_ |
`ipsec_connection <https://github.com/ansibleguy/collection_opnsense/blob/stable/tests/ipsec_connection.yml>`_ |
Expand Down
12 changes: 12 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash

set -e

cd "$(dirname "$0")/.."

echo ''
echo 'BUILDING tarball'
echo ''

rm -f ansibleguy-opnsense-*.tar.gz
ansible-galaxy collection build

0 comments on commit 070bdf9

Please sign in to comment.