We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3a98d commit 47e260cCopy full SHA for 47e260c
roles/pulp_publication/README.md
@@ -30,9 +30,10 @@ Example playbook
30
# Create a publication of the latest version.
31
- repository: ubuntu-focal
32
state: present
33
- # Create a publication of version 2.
+ # Create a publication of version 2 using structured mode.
34
35
version: 2
36
+ mode: structured
37
38
pulp_publication_rpm:
39
roles/pulp_publication/tasks/deb.yml
@@ -8,4 +8,5 @@
8
repository: "{{ item.repository }}"
9
state: "{{ item.state }}"
10
version: "{{ item.version | default(omit) }}"
11
+ mode: "{{ item.mode | default(omit) }}"
12
with_items: "{{ pulp_publication_deb }}"
0 commit comments