Skip to content

Commit

Permalink
fix missing version for awx in the ci_standalone. Add ansible-playboo…
Browse files Browse the repository at this point in the history
…k example command line for filetree_create
  • Loading branch information
ivarmu committed Nov 8, 2023
1 parent 23c5431 commit 574445c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- 23.3.0
- 23.0.0
- 22.7.0
- 21.13.0
uses: "./.github/workflows/ci_standalone_versioned.yml"
with:
awx_version: ${{ matrix.awx_version }}
Expand Down
1 change: 1 addition & 0 deletions roles/filetree_create/tests/filetree_create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@
status_code: 204
when: controller_oauthtoken_url is defined
...
# ansible-playbook -i localhost, filetree_create.yml -e '{controller_configuration_inventories_enforce_defaults: false, controller_configuration_inventory_sources_enforce_defaults: false, controller_validate_certs: false, controller_hostname: localhost:8443, controller_username: <user_name>, controller_password: <password>, flatten_output: true}'

0 comments on commit 574445c

Please sign in to comment.