Skip to content

Commit

Permalink
Merge pull request #156 from ansibleguy/fix-contrib-notes+alias-self
Browse files Browse the repository at this point in the history
Fix contrib notes+alias self
  • Loading branch information
ansibleguy authored Feb 7, 2025
2 parents 0c9a0f6 + 135b088 commit 8641b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ TMP_COL_DIR="$TMP_DIR/collections"

export ANSIBLE_INVENTORY_UNPARSED_WARNING=False
export ANSIBLE_LOCALHOST_WARNING=False
export ANSIBLE_NO_TARGET_SYSLOG=True

if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ]
then
Expand Down
2 changes: 1 addition & 1 deletion tests/1_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@

- name: Cleanup Postfix General
ansibleguy.opnsense.postfix_general:
reload: false # speed
enabled: false

- name: Cleanup Postfix Address
ansibleguy.opnsense.postfix_address:
Expand Down

0 comments on commit 8641b47

Please sign in to comment.