Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
de48f0c4
Unverified
Commit
de48f0c4
authored
May 04, 2020
by
David Nuzik
Committed by
GitHub
May 04, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1730 from geerlingguy/1729-ansible-changed
Fixes #1729: Use 'is changed' instead of non-existent changed filter.
parents
b6fe30ac
27215a5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main.yml
contrib/ansible/roles/raspbian/tasks/main.yml
+1
-1
No files found.
contrib/ansible/roles/raspbian/tasks/main.yml
View file @
de48f0c4
...
@@ -19,6 +19,6 @@
...
@@ -19,6 +19,6 @@
-
name
:
Rebooting on Raspbian
-
name
:
Rebooting on Raspbian
shell
:
reboot now
shell
:
reboot now
ignore_errors
:
true
ignore_errors
:
true
when
:
( boot_cmdline
|
changed )
when
:
( boot_cmdline
is
changed )
and
and
( ansible_facts.architecture is search("arm") )
( ansible_facts.architecture is search("arm") )
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment