diff options
author | Seth Foster <fosterbseth@gmail.com> | 2021-04-29 17:58:41 +0200 |
---|---|---|
committer | Seth Foster <fosterbseth@gmail.com> | 2021-06-08 20:33:23 +0200 |
commit | 7a63785255e04808d5cb8ca330d2fee31190cd9f (patch) | |
tree | 1bd7c13fb083de0865ba57a900730a969e36f970 /awx_collection/README.md | |
parent | regex replace tower_*: to '' (diff) | |
download | awx-7a63785255e04808d5cb8ca330d2fee31190cd9f.tar.xz awx-7a63785255e04808d5cb8ca330d2fee31190cd9f.zip |
more rename, mostly in test
Diffstat (limited to 'awx_collection/README.md')
-rw-r--r-- | awx_collection/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/awx_collection/README.md b/awx_collection/README.md index 506d00e4a3..0a9e47a5ab 100644 --- a/awx_collection/README.md +++ b/awx_collection/README.md @@ -71,9 +71,8 @@ Notable releases of the `awx.awx` collection: The following notes are changes that may require changes to playbooks: + - The module tower_notification was renamed tower_notification_template. In ansible >= 2.10 there is a seemless redirect. Ansible 2.9 does not respect the redirect. - When a project is created, it will wait for the update/sync to finish by default; this can be turned off with the `wait` parameter, if desired. - - When using the wait parameter with project update, if the project did not undergo a revision update, the result will be - 'not changed' - Creating a "scan" type job template is no longer supported. - Specifying a custom certificate via the `TOWER_CERTIFICATE` environment variable no longer works. - Type changes of variable fields: @@ -118,7 +117,7 @@ py.test awx_collection/test/awx/ ## Running Integration Tests -The integration tests require a virtualenv with `ansible` >= 2.9 and `tower_cli`. +The integration tests require a virtualenv with `ansible` >= 2.9 and `awxkit`. The collection must first be installed, which can be done using `make install_collection`. You also need a configuration file, as described in the running section. |