Adjust YAML files (#10233)

Adjust YAML files.
This commit is contained in:
Felix Fontein 2025-06-15 09:13:16 +02:00 committed by GitHub
commit eaa5e07b28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
247 changed files with 7318 additions and 7375 deletions

View file

@ -19,8 +19,8 @@
- name: Assert collection netbox.netbox was installed
assert:
that:
- install_c0 is changed
- '"netbox.netbox" in install_c0.new_collections'
- install_c0 is changed
- '"netbox.netbox" in install_c0.new_collections'
- name: Install collection netbox.netbox (again)
community.general.ansible_galaxy_install:
@ -32,7 +32,7 @@
- name: Assert collection was not installed
assert:
that:
- install_c1 is not changed
- install_c1 is not changed
###################################################
- name: Make directory install_r
@ -50,8 +50,8 @@
- name: Assert collection ansistrano.deploy was installed
assert:
that:
- install_r0 is changed
- '"ansistrano.deploy" in install_r0.new_roles'
- install_r0 is changed
- '"ansistrano.deploy" in install_r0.new_roles'
- name: Install role ansistrano.deploy (again)
community.general.ansible_galaxy_install:
@ -63,7 +63,7 @@
- name: Assert role was not installed
assert:
that:
- install_r1 is not changed
- install_r1 is not changed
###################################################
- name: Set requirements file path
@ -85,9 +85,9 @@
- name: Assert requirements file was installed
assert:
that:
- install_rq0 is changed
- '"geerlingguy.java" in install_rq0.new_roles'
- '"geerlingguy.php_roles" in install_rq0.new_collections'
- install_rq0 is changed
- '"geerlingguy.java" in install_rq0.new_roles'
- '"geerlingguy.php_roles" in install_rq0.new_collections'
- name: Install from requirements file (again)
community.general.ansible_galaxy_install:
@ -99,7 +99,7 @@
- name: Assert requirements file was not installed
assert:
that:
- install_rq1 is not changed
- install_rq1 is not changed
###################################################
- name: Make directory upgrade_c
@ -117,8 +117,8 @@
- name: Assert collection netbox.netbox was installed
assert:
that:
- upgrade_c0 is changed
- '"netbox.netbox" in upgrade_c0.new_collections'
- upgrade_c0 is changed
- '"netbox.netbox" in upgrade_c0.new_collections'
- name: Upgrade collection netbox.netbox
community.general.ansible_galaxy_install:
@ -139,5 +139,5 @@
- name: Assert collection was not installed
assert:
that:
- upgrade_c1 is changed
- upgrade_c2 is not changed
- upgrade_c1 is changed
- upgrade_c2 is not changed