summaryrefslogtreecommitdiff
path: root/playbooks/tutorial
diff options
context:
space:
mode:
authorGuillaume CHAUVEL <guillaume.chauvel@gmail.com>2022-11-24 20:56:58 +0100
committerGuillaume CHAUVEL <guillaume.chauvel@gmail.com>2022-11-24 21:01:35 +0100
commit7d91fb6010af72086ed97de3f2e0ff9a8bf103f5 (patch)
treecf9a3dc7a4397103b56641b6c7cead11f5437f5e /playbooks/tutorial
parenta09a7a170728071de7d59c2df9bf9c25324c1a84 (diff)
downloadzuul-7d91fb6010af72086ed97de3f2e0ff9a8bf103f5.tar.gz
tutorial: remove warn parameter from 'shell' ansible module
This parameter is removed in ansible-core 2.14 [1][2] and an error is raised during tutorial run. FAILED! => {"changed": false, "msg": "Unsupported parameters for (ansible.legacy.command) module: warn. [1] https://github.com/ansible/ansible/issues/77394 [2] https://github.com/ansible/ansible/pull/77411 Change-Id: I7ee86f019eeac14ddb22abc7924d0a10b051750e
Diffstat (limited to 'playbooks/tutorial')
-rw-r--r--playbooks/tutorial/quick-start.yaml1
-rw-r--r--playbooks/tutorial/roles/setup-tutorial/tasks/main.yaml1
2 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/tutorial/quick-start.yaml b/playbooks/tutorial/quick-start.yaml
index 872b0e689..7dfc75a62 100644
--- a/playbooks/tutorial/quick-start.yaml
+++ b/playbooks/tutorial/quick-start.yaml
@@ -50,7 +50,6 @@
shell:
chdir: "{{ workspace }}/zuul-config/"
executable: /bin/bash
- warn: false
cmd: |
{{ ssh_agent.stdout }}
git add playbooks zuul.d/jobs.yaml
diff --git a/playbooks/tutorial/roles/setup-tutorial/tasks/main.yaml b/playbooks/tutorial/roles/setup-tutorial/tasks/main.yaml
index 3591db7f4..b9221bb47 100644
--- a/playbooks/tutorial/roles/setup-tutorial/tasks/main.yaml
+++ b/playbooks/tutorial/roles/setup-tutorial/tasks/main.yaml
@@ -126,7 +126,6 @@
shell:
chdir: "{{ workspace }}/zuul-config/"
executable: /bin/bash
- warn: false
cmd: |
{{ ssh_agent.stdout }}
git add zuul.d