Test for skupperproject/skupper-ansible#84
Last active
November 21, 2025 14:24
-
-
Save hash-d/7bec42fcae617be3ca924023d1895a95 to your computer and use it in GitHub Desktop.
Test for skupper-ansible #84
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /collections/ansible_collections/*/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| # Test for skupper-ansible #84 | |
| - name: Install controller | |
| hosts: all | |
| gather_facts: no | |
| tasks: | |
| - name: Install the controller | |
| skupper.v2.controller: | |
| action: install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| collections: | |
| - name: https://github.com/fgiorgetti/skupper-ansible.git | |
| version: issue-run-command | |
| type: git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment